#ff9b3a
a balanced, electric orange · warm · closest name: orange
RGB
255, 155, 58
HSL
30°, 100%, 61%
CMYK
0, 39, 77, 0
Luminance
0.4501
Every format
| HEX | #ff9b3a |
| RGB | rgb(255, 155, 58) |
| HSL | hsl(30, 100%, 61%) |
| CMYK | cmyk(0%, 39%, 77%, 0%) |
| LAB | lab(72.9 30.2 63.5) |
| LCH | lch(72.9 70.3 64.5) |
| OKLCH | oklch(0.777 0.159 60.2) |
Copy-ready code
/* CSS */
color: #ff9b3a;
background-color: #ff9b3a;
/* Tailwind (arbitrary) */
class="text-[#ff9b3a] bg-[#ff9b3a]"
/* SCSS */
$brand: #ff9b3a;
/* SwiftUI */
Color(red: 1.000, green: 0.608, blue: 0.227)
/* Android */
Color.parseColor("#ff9b3a")Accessibility — WCAG contrast
Aa
#ff9b3a on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff9b3a on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green60.8%
Blue22.7%
CMYK percentages
Cyan0.0%
Magenta39.2%
Yellow77.3%
Key (black)0.0%
Color previews
#ff9b3a text on a black background
contrast 10.00:1
Card sample
#ff9b3a text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff9b3a;
Background color
Panel with #ff9b3a background
background-color: #ff9b3a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff9b3a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 155, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 155, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff9b3a; background: linear-gradient(135deg, #ff9b3a, #E0FF3A);