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