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