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