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