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