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