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