#ff9a00
a balanced, electric orange · warm · closest name: orange
RGB
255, 154, 0
HSL
36°, 100%, 50%
CMYK
0, 40, 100, 0
Luminance
0.4437
Every format
| HEX | #ff9a00 |
| RGB | rgb(255, 154, 0) |
| HSL | hsl(36, 100%, 50%) |
| CMYK | cmyk(0%, 40%, 100%, 0%) |
| LAB | lab(72.5 29.6 77.4) |
| LCH | lch(72.5 82.8 69.0) |
| OKLCH | oklch(0.774 0.173 65.1) |
Copy-ready code
/* CSS */
color: #ff9a00;
background-color: #ff9a00;
/* Tailwind (arbitrary) */
class="text-[#ff9a00] bg-[#ff9a00]"
/* SCSS */
$brand: #ff9a00;
/* SwiftUI */
Color(red: 1.000, green: 0.604, blue: 0.000)
/* Android */
Color.parseColor("#ff9a00")Accessibility — WCAG contrast
Aa
#ff9a00 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff9a00 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green60.4%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta39.6%
Yellow100.0%
Key (black)0.0%
Color previews
#ff9a00 text on a black background
contrast 9.87:1
Card sample
#ff9a00 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff9a00;
Background color
Panel with #ff9a00 background
background-color: #ff9a00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff9a00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 154, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 154, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff9a00; background: linear-gradient(135deg, #ff9a00, #BAFF00);