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