#eedfcc
a pale, vivid orange · warm · closest name: beige
RGB
238, 223, 204
HSL
34°, 50%, 87%
CMYK
0, 6, 14, 7
Luminance
0.7531
Every format
| HEX | #eedfcc |
| RGB | rgb(238, 223, 204) |
| HSL | hsl(34, 50%, 87%) |
| CMYK | cmyk(0%, 6%, 14%, 7%) |
| LAB | lab(89.5 2.0 11.2) |
| LCH | lch(89.5 11.3 79.7) |
| OKLCH | oklch(0.911 0.030 73.9) |
Copy-ready code
/* CSS */
color: #eedfcc;
background-color: #eedfcc;
/* Tailwind (arbitrary) */
class="text-[#eedfcc] bg-[#eedfcc]"
/* SCSS */
$brand: #eedfcc;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.800)
/* Android */
Color.parseColor("#eedfcc")Accessibility — WCAG contrast
Aa
#eedfcc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedfcc on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow14.3%
Key (black)6.7%
Color previews
#eedfcc text on a black background
contrast 16.06:1
Card sample
#eedfcc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedfcc;
Background color
Panel with #eedfcc background
background-color: #eedfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedfcc; background: linear-gradient(135deg, #eedfcc, #E6EECC);