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