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