#eedccf
a pale, vivid orange · warm · closest name: beige
RGB
238, 220, 207
HSL
25°, 48%, 87%
CMYK
0, 8, 13, 7
Luminance
0.7387
Every format
| HEX | #eedccf |
| RGB | rgb(238, 220, 207) |
| HSL | hsl(25, 48%, 87%) |
| CMYK | cmyk(0%, 8%, 13%, 7%) |
| LAB | lab(88.9 4.0 8.6) |
| LCH | lch(88.9 9.5 64.8) |
| OKLCH | oklch(0.905 0.026 58.3) |
Copy-ready code
/* CSS */
color: #eedccf;
background-color: #eedccf;
/* Tailwind (arbitrary) */
class="text-[#eedccf] bg-[#eedccf]"
/* SCSS */
$brand: #eedccf;
/* SwiftUI */
Color(red: 0.933, green: 0.863, blue: 0.812)
/* Android */
Color.parseColor("#eedccf")Accessibility — WCAG contrast
Aa
#eedccf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedccf on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow13.0%
Key (black)6.7%
Color previews
#eedccf text on a black background
contrast 15.77:1
Card sample
#eedccf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedccf;
Background color
Panel with #eedccf background
background-color: #eedccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 220, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 220, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedccf; background: linear-gradient(135deg, #eedccf, #EBEECF);