#fed2ba
a pale, electric orange · warm · closest name: tan
RGB
254, 210, 186
HSL
21°, 97%, 86%
CMYK
0, 17, 27, 0
Luminance
0.7071
Every format
| HEX | #fed2ba |
| RGB | rgb(254, 210, 186) |
| HSL | hsl(21, 97%, 86%) |
| CMYK | cmyk(0%, 17%, 27%, 0%) |
| LAB | lab(87.3 12.0 17.7) |
| LCH | lch(87.3 21.4 55.9) |
| OKLCH | oklch(0.895 0.059 50.2) |
Copy-ready code
/* CSS */
color: #fed2ba;
background-color: #fed2ba;
/* Tailwind (arbitrary) */
class="text-[#fed2ba] bg-[#fed2ba]"
/* SCSS */
$brand: #fed2ba;
/* SwiftUI */
Color(red: 0.996, green: 0.824, blue: 0.729)
/* Android */
Color.parseColor("#fed2ba")Accessibility — WCAG contrast
Aa
#fed2ba on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fed2ba on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green82.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow26.8%
Key (black)0.4%
Color previews
#fed2ba text on a black background
contrast 15.14:1
Card sample
#fed2ba text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fed2ba;
Background color
Panel with #fed2ba background
background-color: #fed2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fed2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 210, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 210, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fed2ba; background: linear-gradient(135deg, #fed2ba, #FDFEBA);