#ff951b
a balanced, electric orange · warm · closest name: orange
RGB
255, 149, 27
HSL
32°, 100%, 55%
CMYK
0, 42, 89, 0
Luminance
0.4283
Every format
| HEX | #ff951b |
| RGB | rgb(255, 149, 27) |
| HSL | hsl(32, 100%, 55%) |
| CMYK | cmyk(0%, 42%, 89%, 0%) |
| LAB | lab(71.5 32.5 72.4) |
| LCH | lch(71.5 79.3 65.8) |
| OKLCH | oklch(0.766 0.172 61.1) |
Copy-ready code
/* CSS */
color: #ff951b;
background-color: #ff951b;
/* Tailwind (arbitrary) */
class="text-[#ff951b] bg-[#ff951b]"
/* SCSS */
$brand: #ff951b;
/* SwiftUI */
Color(red: 1.000, green: 0.584, blue: 0.106)
/* Android */
Color.parseColor("#ff951b")Accessibility — WCAG contrast
Aa
#ff951b on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff951b on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green58.4%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta41.6%
Yellow89.4%
Key (black)0.0%
Color previews
#ff951b text on a black background
contrast 9.57:1
Card sample
#ff951b text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff951b;
Background color
Panel with #ff951b background
background-color: #ff951b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff951b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 149, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 149, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff951b; background: linear-gradient(135deg, #ff951b, #D1FF1B);