#fdaf2b
a balanced, electric orange · warm · closest name: orange
RGB
253, 175, 43
HSL
38°, 98%, 58%
CMYK
0, 31, 83, 1
Luminance
0.5172
Every format
| HEX | #fdaf2b |
| RGB | rgb(253, 175, 43) |
| HSL | hsl(38, 98%, 58%) |
| CMYK | cmyk(0%, 31%, 83%, 1%) |
| LAB | lab(77.1 18.5 72.5) |
| LCH | lch(77.1 74.8 75.7) |
| OKLCH | oklch(0.809 0.160 74.3) |
Copy-ready code
/* CSS */
color: #fdaf2b;
background-color: #fdaf2b;
/* Tailwind (arbitrary) */
class="text-[#fdaf2b] bg-[#fdaf2b]"
/* SCSS */
$brand: #fdaf2b;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.169)
/* Android */
Color.parseColor("#fdaf2b")Accessibility — WCAG contrast
Aa
#fdaf2b on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaf2b on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow83.0%
Key (black)0.8%
Color previews
#fdaf2b text on a black background
contrast 11.34:1
Card sample
#fdaf2b text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaf2b;
Background color
Panel with #fdaf2b background
background-color: #fdaf2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaf2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaf2b; background: linear-gradient(135deg, #fdaf2b, #BFFD2B);