#eedecf
a pale, vivid orange · warm · closest name: beige
RGB
238, 222, 207
HSL
29°, 48%, 87%
CMYK
0, 7, 13, 7
Luminance
0.7492
Every format
| HEX | #eedecf |
| RGB | rgb(238, 222, 207) |
| HSL | hsl(29, 48%, 87%) |
| CMYK | cmyk(0%, 7%, 13%, 7%) |
| LAB | lab(89.4 3.0 9.3) |
| LCH | lch(89.4 9.8 72.0) |
| OKLCH | oklch(0.909 0.027 65.7) |
Copy-ready code
/* CSS */
color: #eedecf;
background-color: #eedecf;
/* Tailwind (arbitrary) */
class="text-[#eedecf] bg-[#eedecf]"
/* SCSS */
$brand: #eedecf;
/* SwiftUI */
Color(red: 0.933, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#eedecf")Accessibility — WCAG contrast
Aa
#eedecf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedecf on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow13.0%
Key (black)6.7%
Color previews
#eedecf text on a black background
contrast 15.98:1
Card sample
#eedecf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedecf;
Background color
Panel with #eedecf background
background-color: #eedecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedecf; background: linear-gradient(135deg, #eedecf, #E9EECF);