#ffae14
a balanced, electric orange · warm · closest name: orange
RGB
255, 174, 20
HSL
39°, 100%, 54%
CMYK
0, 32, 92, 0
Luminance
0.5158
Every format
| HEX | #ffae14 |
| RGB | rgb(255, 174, 20) |
| HSL | hsl(39, 100%, 54%) |
| CMYK | cmyk(0%, 32%, 92%, 0%) |
| LAB | lab(77.0 19.4 77.9) |
| LCH | lch(77.0 80.3 76.0) |
| OKLCH | oklch(0.809 0.168 74.7) |
Copy-ready code
/* CSS */
color: #ffae14;
background-color: #ffae14;
/* Tailwind (arbitrary) */
class="text-[#ffae14] bg-[#ffae14]"
/* SCSS */
$brand: #ffae14;
/* SwiftUI */
Color(red: 1.000, green: 0.682, blue: 0.078)
/* Android */
Color.parseColor("#ffae14")Accessibility — WCAG contrast
Aa
#ffae14 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffae14 on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.2%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta31.8%
Yellow92.2%
Key (black)0.0%
Color previews
#ffae14 text on a black background
contrast 11.32:1
Card sample
#ffae14 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffae14;
Background color
Panel with #ffae14 background
background-color: #ffae14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffae14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 174, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 174, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffae14; background: linear-gradient(135deg, #ffae14, #B3FF14);