#feecdf
a pale, electric orange · warm · closest name: ivory
RGB
254, 236, 223
HSL
25°, 94%, 94%
CMYK
0, 7, 12, 0
Luminance
0.8639
Every format
| HEX | #feecdf |
| RGB | rgb(254, 236, 223) |
| HSL | hsl(25, 94%, 94%) |
| CMYK | cmyk(0%, 7%, 12%, 0%) |
| LAB | lab(94.5 4.0 8.5) |
| LCH | lch(94.5 9.4 64.9) |
| OKLCH | oklch(0.954 0.026 58.3) |
Copy-ready code
/* CSS */
color: #feecdf;
background-color: #feecdf;
/* Tailwind (arbitrary) */
class="text-[#feecdf] bg-[#feecdf]"
/* SCSS */
$brand: #feecdf;
/* SwiftUI */
Color(red: 0.996, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#feecdf")Accessibility — WCAG contrast
Aa
#feecdf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feecdf on black: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green92.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow12.2%
Key (black)0.4%
Color previews
#feecdf text on a black background
contrast 18.28:1
Card sample
#feecdf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feecdf;
Background color
Panel with #feecdf background
background-color: #feecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feecdf; background: linear-gradient(135deg, #feecdf, #FBFEDF);