#eef3cf
a pale, vivid yellow · cool · closest name: beige
RGB
238, 243, 207
HSL
68°, 60%, 88%
CMYK
2, 0, 15, 5
Luminance
0.8678
Every format
| HEX | #eef3cf |
| RGB | rgb(238, 243, 207) |
| HSL | hsl(68, 60%, 88%) |
| CMYK | cmyk(2%, 0%, 15%, 5%) |
| LAB | lab(94.7 -7.7 16.8) |
| LCH | lch(94.7 18.5 114.5) |
| OKLCH | oklch(0.951 0.047 113.7) |
Copy-ready code
/* CSS */
color: #eef3cf;
background-color: #eef3cf;
/* Tailwind (arbitrary) */
class="text-[#eef3cf] bg-[#eef3cf]"
/* SCSS */
$brand: #eef3cf;
/* SwiftUI */
Color(red: 0.933, green: 0.953, blue: 0.812)
/* Android */
Color.parseColor("#eef3cf")Accessibility — WCAG contrast
Aa
#eef3cf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef3cf on black: 18.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green95.3%
Blue81.2%
CMYK percentages
Cyan2.1%
Magenta0.0%
Yellow14.8%
Key (black)4.7%
Color previews
#eef3cf text on a black background
contrast 18.36:1
Card sample
#eef3cf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef3cf;
Background color
Panel with #eef3cf background
background-color: #eef3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 243, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 243, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef3cf; background: linear-gradient(135deg, #eef3cf, #D6F3CF);