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