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