Skip to main content

Loafer

#EDF0DB

Loafer is a neutral light color with the hex code #EDF0DB. This moderately saturated hue can be represented as RGB 237, 240, 219 in digital design or CMYK 1%, 0%, 9%, 6% for print applications. Find matching Pantone color.

Loafer color values

HEX
#EDF0DB
RGB
237, 240, 219
HSL
69°, 41%, 90%
CMYK
1, 0, 9, 6

About this color

Loafer sits at 69° on the color wheel with 41% saturation and 90% lightness, placing it in the yellow segment of the spectrum. The moderate 41% saturation gives it enough color presence to register clearly without competing for dominance in a composition. The elevated lightness keeps it airy and open, well-suited to large surface areas without visual weight.

In digital environments, Loafer is rendered as rgb(237, 240, 219), where the green channel leads at 240, 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, Loafer translates to a CMYK breakdown of 1C 0M 9Y 6K. The low-to-moderate black value (6%) means the color's character in print comes primarily from its yellow ink content (9%), with black serving as a supporting shadow tone. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.

How to use Loafer

CSS Variable

:root {
  --brand-primary: #EDF0DB;
  --brand-primary-rgb: 237, 240, 219;
}

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

Tailwind Config

colors: {
  brand: '#EDF0DB',
}

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

Print Design (CMYK)

C: 1%
M: 0%
Y: 9%
K: 6%

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

RGB for Screens

rgb(237, 240, 219)
rgba(237, 240, 219, 0.8)

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

Frequently asked questions

What color is #EDF0DB?
#EDF0DB is Loafer, a neutral light color with RGB values of 237, 240, 219. It has a hue of 69°, 41% saturation, and 90% lightness in the HSL color space.
What is the RGB value of #EDF0DB?
The RGB color code for #EDF0DB is rgb(237, 240, 219). This means it contains 237 red, 240 green, and 219 blue in the RGB color model.
Is Loafer a warm or cool color?
Loafer (#EDF0DB) is a neutral color, sitting between warm and cool on the color wheel.
How do I use #EDF0DB in CSS?
You can use #EDF0DB in CSS with: background-color: #EDF0DB; or color: #EDF0DB; or as an RGB value: rgb(237, 240, 219). For print design, use CMYK: 1%, 0%, 9%, 6%.