#fed4af
a light, electric orange · warm · closest name: tan
RGB
254, 212, 175
HSL
28°, 98%, 84%
CMYK
0, 17, 31, 0
Luminance
0.7125
Every format
| HEX | #fed4af |
| RGB | rgb(254, 212, 175) |
| HSL | hsl(28, 98%, 84%) |
| CMYK | cmyk(0%, 17%, 31%, 0%) |
| LAB | lab(87.6 9.5 23.8) |
| LCH | lch(87.6 25.7 68.2) |
| OKLCH | oklch(0.897 0.068 63.2) |
Copy-ready code
/* CSS */
color: #fed4af;
background-color: #fed4af;
/* Tailwind (arbitrary) */
class="text-[#fed4af] bg-[#fed4af]"
/* SCSS */
$brand: #fed4af;
/* SwiftUI */
Color(red: 0.996, green: 0.831, blue: 0.686)
/* Android */
Color.parseColor("#fed4af")Accessibility — WCAG contrast
Aa
#fed4af on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fed4af on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green83.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow31.1%
Key (black)0.4%
Color previews
#fed4af text on a black background
contrast 15.25:1
Card sample
#fed4af text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fed4af;
Background color
Panel with #fed4af background
background-color: #fed4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fed4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 212, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 212, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fed4af; background: linear-gradient(135deg, #fed4af, #F3FEAF);