#eddecf
a pale, vivid orange · warm · closest name: beige
RGB
237, 222, 207
HSL
30°, 46%, 87%
CMYK
0, 6, 13, 7
Luminance
0.7475
Every format
| HEX | #eddecf |
| RGB | rgb(237, 222, 207) |
| HSL | hsl(30, 46%, 87%) |
| CMYK | cmyk(0%, 6%, 13%, 7%) |
| LAB | lab(89.3 2.7 9.2) |
| LCH | lch(89.3 9.6 73.9) |
| OKLCH | oklch(0.909 0.026 67.5) |
Copy-ready code
/* CSS */
color: #eddecf;
background-color: #eddecf;
/* Tailwind (arbitrary) */
class="text-[#eddecf] bg-[#eddecf]"
/* SCSS */
$brand: #eddecf;
/* SwiftUI */
Color(red: 0.929, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#eddecf")Accessibility — WCAG contrast
Aa
#eddecf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eddecf on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green87.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow12.7%
Key (black)7.1%
Color previews
#eddecf text on a black background
contrast 15.95:1
Card sample
#eddecf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eddecf;
Background color
Panel with #eddecf background
background-color: #eddecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eddecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eddecf; background: linear-gradient(135deg, #eddecf, #E8EDCF);