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