#fed2ab
a light, electric orange · warm · closest name: tan
RGB
254, 210, 171
HSL
28°, 98%, 83%
CMYK
0, 17, 33, 0
Luminance
0.7010
Every format
| HEX | #fed2ab |
| RGB | rgb(254, 210, 171) |
| HSL | hsl(28, 98%, 83%) |
| CMYK | cmyk(0%, 17%, 33%, 0%) |
| LAB | lab(87.0 10.1 25.1) |
| LCH | lch(87.0 27.1 68.2) |
| OKLCH | oklch(0.892 0.071 63.3) |
Copy-ready code
/* CSS */
color: #fed2ab;
background-color: #fed2ab;
/* Tailwind (arbitrary) */
class="text-[#fed2ab] bg-[#fed2ab]"
/* SCSS */
$brand: #fed2ab;
/* SwiftUI */
Color(red: 0.996, green: 0.824, blue: 0.671)
/* Android */
Color.parseColor("#fed2ab")Accessibility — WCAG contrast
Aa
#fed2ab on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fed2ab on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green82.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow32.7%
Key (black)0.4%
Color previews
#fed2ab text on a black background
contrast 15.02:1
Card sample
#fed2ab text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fed2ab;
Background color
Panel with #fed2ab background
background-color: #fed2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fed2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 210, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 210, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fed2ab; background: linear-gradient(135deg, #fed2ab, #F3FEAB);