#ff950c
a balanced, electric orange · warm · closest name: orange
RGB
255, 149, 12
HSL
34°, 100%, 52%
CMYK
0, 42, 95, 0
Luminance
0.4278
Every format
| HEX | #ff950c |
| RGB | rgb(255, 149, 12) |
| HSL | hsl(34, 100%, 52%) |
| CMYK | cmyk(0%, 42%, 95%, 0%) |
| LAB | lab(71.4 32.3 75.2) |
| LCH | lch(71.4 81.8 66.7) |
| OKLCH | oklch(0.765 0.174 62.1) |
Copy-ready code
/* CSS */
color: #ff950c;
background-color: #ff950c;
/* Tailwind (arbitrary) */
class="text-[#ff950c] bg-[#ff950c]"
/* SCSS */
$brand: #ff950c;
/* SwiftUI */
Color(red: 1.000, green: 0.584, blue: 0.047)
/* Android */
Color.parseColor("#ff950c")Accessibility — WCAG contrast
Aa
#ff950c on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff950c on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green58.4%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta41.6%
Yellow95.3%
Key (black)0.0%
Color previews
#ff950c text on a black background
contrast 9.56:1
Card sample
#ff950c text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff950c;
Background color
Panel with #ff950c background
background-color: #ff950c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff950c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 149, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 149, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff950c; background: linear-gradient(135deg, #ff950c, #C7FF0C);