Loafer is a
neutral light color with the hex code #EEF0DB.
This moderately saturated hue can be represented as RGB
238, 240, 219 in digital design or CMYK 1%, 0%, 9%, 6% for print applications.
Find matching Pantone color.
Loafer
#EEF0DB
Loafer color values
- HEX
- #EEF0DB
- RGB
- 238, 240, 219
- HSL
- 66°, 41%, 90%
- CMYK
- 1, 0, 9, 6
Shades & tints
About this color
Loafer sits at 66° 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(238, 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.
Color harmonies
Complementary
Analogous
Triadic
Split-Complementary
How to use Loafer
CSS Variable
:root {
--brand-primary: #EEF0DB;
--brand-primary-rgb: 238, 240, 219;
} Define as a CSS custom property for consistent theming across your site.
Tailwind Config
colors: {
brand: '#EEF0DB',
}
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(238, 240, 219)
rgba(238, 240, 219, 0.8) Use RGB notation for compatibility or add alpha channel for transparency.
Frequently asked questions
What color is #EEF0DB?
What is the RGB value of #EEF0DB?
Is Loafer a warm or cool color?
How do I use #EEF0DB in CSS?
background-color: #EEF0DB; or color: #EEF0DB; or as an RGB value: rgb(238, 240, 219). For print design, use CMYK: 1%, 0%, 9%, 6%.