#fdaf39
a balanced, electric orange · warm · closest name: orange
RGB
253, 175, 57
HSL
36°, 98%, 61%
CMYK
0, 31, 78, 1
Luminance
0.5184
Every format
| HEX | #fdaf39 |
| RGB | rgb(253, 175, 57) |
| HSL | hsl(36, 98%, 61%) |
| CMYK | cmyk(0%, 31%, 78%, 1%) |
| LAB | lab(77.2 18.9 67.8) |
| LCH | lch(77.2 70.4 74.4) |
| OKLCH | oklch(0.810 0.155 72.7) |
Copy-ready code
/* CSS */
color: #fdaf39;
background-color: #fdaf39;
/* Tailwind (arbitrary) */
class="text-[#fdaf39] bg-[#fdaf39]"
/* SCSS */
$brand: #fdaf39;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.224)
/* Android */
Color.parseColor("#fdaf39")Accessibility — WCAG contrast
Aa
#fdaf39 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaf39 on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow77.5%
Key (black)0.8%
Color previews
#fdaf39 text on a black background
contrast 11.37:1
Card sample
#fdaf39 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaf39;
Background color
Panel with #fdaf39 background
background-color: #fdaf39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaf39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaf39; background: linear-gradient(135deg, #fdaf39, #C8FD39);