#fd950c
a balanced, electric orange · warm · closest name: orange
RGB
253, 149, 12
HSL
34°, 98%, 52%
CMYK
0, 41, 95, 1
Luminance
0.4240
Every format
| HEX | #fd950c |
| RGB | rgb(253, 149, 12) |
| HSL | hsl(34, 98%, 52%) |
| CMYK | cmyk(0%, 41%, 95%, 1%) |
| LAB | lab(71.2 31.5 74.9) |
| LCH | lch(71.2 81.2 67.2) |
| OKLCH | oklch(0.763 0.172 62.7) |
Copy-ready code
/* CSS */
color: #fd950c;
background-color: #fd950c;
/* Tailwind (arbitrary) */
class="text-[#fd950c] bg-[#fd950c]"
/* SCSS */
$brand: #fd950c;
/* SwiftUI */
Color(red: 0.992, green: 0.584, blue: 0.047)
/* Android */
Color.parseColor("#fd950c")Accessibility — WCAG contrast
Aa
#fd950c on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd950c on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green58.4%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow95.3%
Key (black)0.8%
Color previews
#fd950c text on a black background
contrast 9.48:1
Card sample
#fd950c text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd950c;
Background color
Panel with #fd950c background
background-color: #fd950c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd950c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 149, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 149, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd950c; background: linear-gradient(135deg, #fd950c, #C4FD0C);