#fedace
a pale, electric orange · warm · closest name: beige
RGB
254, 218, 206
HSL
15°, 96%, 90%
CMYK
0, 14, 19, 0
Luminance
0.7567
Every format
| HEX | #fedace |
| RGB | rgb(254, 218, 206) |
| HSL | hsl(15, 96%, 90%) |
| CMYK | cmyk(0%, 14%, 19%, 0%) |
| LAB | lab(89.7 10.7 10.5) |
| LCH | lch(89.7 15.0 44.7) |
| OKLCH | oklch(0.915 0.043 39.3) |
Copy-ready code
/* CSS */
color: #fedace;
background-color: #fedace;
/* Tailwind (arbitrary) */
class="text-[#fedace] bg-[#fedace]"
/* SCSS */
$brand: #fedace;
/* SwiftUI */
Color(red: 0.996, green: 0.855, blue: 0.808)
/* Android */
Color.parseColor("#fedace")Accessibility — WCAG contrast
Aa
#fedace on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fedace on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green85.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta14.2%
Yellow18.9%
Key (black)0.4%
Color previews
#fedace text on a black background
contrast 16.13:1
Card sample
#fedace text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fedace;
Background color
Panel with #fedace background
background-color: #fedace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fedace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 218, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 218, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fedace; background: linear-gradient(135deg, #fedace, #FEFACE);