#fd952f
a balanced, electric orange · warm · closest name: orange
RGB
253, 149, 47
HSL
30°, 98%, 59%
CMYK
0, 41, 81, 1
Luminance
0.4258
Every format
| HEX | #fd952f |
| RGB | rgb(253, 149, 47) |
| HSL | hsl(30, 98%, 59%) |
| CMYK | cmyk(0%, 41%, 81%, 1%) |
| LAB | lab(71.3 32.2 66.1) |
| LCH | lch(71.3 73.5 64.0) |
| OKLCH | oklch(0.764 0.164 59.3) |
Copy-ready code
/* CSS */
color: #fd952f;
background-color: #fd952f;
/* Tailwind (arbitrary) */
class="text-[#fd952f] bg-[#fd952f]"
/* SCSS */
$brand: #fd952f;
/* SwiftUI */
Color(red: 0.992, green: 0.584, blue: 0.184)
/* Android */
Color.parseColor("#fd952f")Accessibility — WCAG contrast
Aa
#fd952f on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd952f on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green58.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow81.4%
Key (black)0.8%
Color previews
#fd952f text on a black background
contrast 9.52:1
Card sample
#fd952f text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd952f;
Background color
Panel with #fd952f background
background-color: #fd952f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd952f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 149, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 149, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd952f; background: linear-gradient(135deg, #fd952f, #DCFD2F);