#fdaf0d
a balanced, electric yellow · warm · closest name: orange
RGB
253, 175, 13
HSL
41°, 98%, 52%
CMYK
0, 31, 95, 1
Luminance
0.5157
Every format
| HEX | #fdaf0d |
| RGB | rgb(253, 175, 13) |
| HSL | hsl(41, 98%, 52%) |
| CMYK | cmyk(0%, 31%, 95%, 1%) |
| LAB | lab(77.0 18.0 78.8) |
| LCH | lch(77.0 80.8 77.1) |
| OKLCH | oklch(0.808 0.168 76.2) |
Copy-ready code
/* CSS */
color: #fdaf0d;
background-color: #fdaf0d;
/* Tailwind (arbitrary) */
class="text-[#fdaf0d] bg-[#fdaf0d]"
/* SCSS */
$brand: #fdaf0d;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.051)
/* Android */
Color.parseColor("#fdaf0d")Accessibility — WCAG contrast
Aa
#fdaf0d on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaf0d on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow94.9%
Key (black)0.8%
Color previews
#fdaf0d text on a black background
contrast 11.31:1
Card sample
#fdaf0d text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaf0d;
Background color
Panel with #fdaf0d background
background-color: #fdaf0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaf0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaf0d; background: linear-gradient(135deg, #fdaf0d, #ABFD0D);