Skip to main content

Frost

#E8F5DB

Frost is a neutral light color with the hex code #E8F5DB. This moderately saturated hue can be represented as RGB 232, 245, 219 in digital design or CMYK 5%, 0%, 11%, 4% for print applications. Find matching Pantone color.

Frost color values

HEX
#E8F5DB
RGB
232, 245, 219
HSL
90°, 57%, 91%
CMYK
5, 0, 11, 4

About this color

Frost sits at 90° on the color wheel with 57% saturation and 91% lightness, placing it in the green segment of the spectrum. The moderate 57% saturation gives it enough color presence to register clearly without competing for dominance in a composition. Its near-white lightness means it reads as a tinted white in most contexts, functioning as a soft background tone.

In digital environments, Frost is rendered as rgb(232, 245, 219), where the green channel leads at 245, with red and blue channels close behind. This cool mid-tone is a reliable choice for UI chrome, informational states, and contexts that call for a calm, readable presence.

For print, Frost translates to a CMYK breakdown of 5C 0M 11Y 4K. With almost no black ink (4%), this color is built almost entirely from process inks: 11% yellow. This profile tends toward vibrancy in print, though ink density limits on press may affect saturation on coated versus uncoated stock. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.

How to use Frost

CSS Variable

:root {
  --brand-primary: #E8F5DB;
  --brand-primary-rgb: 232, 245, 219;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#E8F5DB',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 5%
M: 0%
Y: 11%
K: 4%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(232, 245, 219)
rgba(232, 245, 219, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Brands using similar hue

8 brand s with colors near 90° on the color wheel

Frequently asked questions

What color is #E8F5DB?
#E8F5DB is Frost, a neutral light color with RGB values of 232, 245, 219. It has a hue of 90°, 57% saturation, and 91% lightness in the HSL color space.
What is the RGB value of #E8F5DB?
The RGB color code for #E8F5DB is rgb(232, 245, 219). This means it contains 232 red, 245 green, and 219 blue in the RGB color model.
Is Frost a warm or cool color?
Frost (#E8F5DB) is a neutral color, sitting between warm and cool on the color wheel.
How do I use #E8F5DB in CSS?
You can use #E8F5DB in CSS with: background-color: #E8F5DB; or color: #E8F5DB; or as an RGB value: rgb(232, 245, 219). For print design, use CMYK: 5%, 0%, 11%, 4%.