#feeecf
a pale, electric orange · warm · closest name: beige
RGB
254, 238, 207
HSL
40°, 96%, 90%
CMYK
0, 6, 19, 0
Luminance
0.8672
Every format
| HEX | #feeecf |
| RGB | rgb(254, 238, 207) |
| HSL | hsl(40, 96%, 90%) |
| CMYK | cmyk(0%, 6%, 19%, 0%) |
| LAB | lab(94.6 0.5 17.0) |
| LCH | lch(94.6 17.0 88.2) |
| OKLCH | oklch(0.954 0.044 83.9) |
Copy-ready code
/* CSS */
color: #feeecf;
background-color: #feeecf;
/* Tailwind (arbitrary) */
class="text-[#feeecf] bg-[#feeecf]"
/* SCSS */
$brand: #feeecf;
/* SwiftUI */
Color(red: 0.996, green: 0.933, blue: 0.812)
/* Android */
Color.parseColor("#feeecf")Accessibility — WCAG contrast
Aa
#feeecf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeecf on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow18.5%
Key (black)0.4%
Color previews
#feeecf text on a black background
contrast 18.34:1
Card sample
#feeecf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeecf;
Background color
Panel with #feeecf background
background-color: #feeecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 238, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 238, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeecf; background: linear-gradient(135deg, #feeecf, #EFFECF);