#fdaf3f
a balanced, electric orange · warm · closest name: orange
RGB
253, 175, 63
HSL
35°, 98%, 62%
CMYK
0, 31, 75, 1
Luminance
0.5190
Every format
| HEX | #fdaf3f |
| RGB | rgb(253, 175, 63) |
| HSL | hsl(35, 98%, 62%) |
| CMYK | cmyk(0%, 31%, 75%, 1%) |
| LAB | lab(77.2 19.2 65.6) |
| LCH | lch(77.2 68.3 73.7) |
| OKLCH | oklch(0.811 0.152 71.8) |
Copy-ready code
/* CSS */
color: #fdaf3f;
background-color: #fdaf3f;
/* Tailwind (arbitrary) */
class="text-[#fdaf3f] bg-[#fdaf3f]"
/* SCSS */
$brand: #fdaf3f;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.247)
/* Android */
Color.parseColor("#fdaf3f")Accessibility — WCAG contrast
Aa
#fdaf3f on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaf3f on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow75.1%
Key (black)0.8%
Color previews
#fdaf3f text on a black background
contrast 11.38:1
Card sample
#fdaf3f text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaf3f;
Background color
Panel with #fdaf3f background
background-color: #fdaf3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaf3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaf3f; background: linear-gradient(135deg, #fdaf3f, #CCFD3F);