#fdaf2f
a balanced, electric orange · warm · closest name: orange
RGB
253, 175, 47
HSL
37°, 98%, 59%
CMYK
0, 31, 81, 1
Luminance
0.5175
Every format
| HEX | #fdaf2f |
| RGB | rgb(253, 175, 47) |
| HSL | hsl(37, 98%, 59%) |
| CMYK | cmyk(0%, 31%, 81%, 1%) |
| LAB | lab(77.1 18.6 71.2) |
| LCH | lch(77.1 73.6 75.3) |
| OKLCH | oklch(0.810 0.159 73.9) |
Copy-ready code
/* CSS */
color: #fdaf2f;
background-color: #fdaf2f;
/* Tailwind (arbitrary) */
class="text-[#fdaf2f] bg-[#fdaf2f]"
/* SCSS */
$brand: #fdaf2f;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.184)
/* Android */
Color.parseColor("#fdaf2f")Accessibility — WCAG contrast
Aa
#fdaf2f on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaf2f on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow81.4%
Key (black)0.8%
Color previews
#fdaf2f text on a black background
contrast 11.35:1
Card sample
#fdaf2f text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaf2f;
Background color
Panel with #fdaf2f background
background-color: #fdaf2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaf2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaf2f; background: linear-gradient(135deg, #fdaf2f, #C2FD2F);