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