#fedeb7
a pale, electric orange · warm · closest name: tan
RGB
254, 222, 183
HSL
33°, 97%, 86%
CMYK
0, 13, 28, 0
Luminance
0.7673
Every format
| HEX | #fedeb7 |
| RGB | rgb(254, 222, 183) |
| HSL | hsl(33, 97%, 86%) |
| CMYK | cmyk(0%, 13%, 28%, 0%) |
| LAB | lab(90.2 5.4 23.2) |
| LCH | lch(90.2 23.8 76.9) |
| OKLCH | oklch(0.918 0.062 72.4) |
Copy-ready code
/* CSS */
color: #fedeb7;
background-color: #fedeb7;
/* Tailwind (arbitrary) */
class="text-[#fedeb7] bg-[#fedeb7]"
/* SCSS */
$brand: #fedeb7;
/* SwiftUI */
Color(red: 0.996, green: 0.871, blue: 0.718)
/* Android */
Color.parseColor("#fedeb7")Accessibility — WCAG contrast
Aa
#fedeb7 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fedeb7 on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green87.1%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow28.0%
Key (black)0.4%
Color previews
#fedeb7 text on a black background
contrast 16.35:1
Card sample
#fedeb7 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fedeb7;
Background color
Panel with #fedeb7 background
background-color: #fedeb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fedeb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 222, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 222, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fedeb7; background: linear-gradient(135deg, #fedeb7, #EFFEB7);