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