#ffab2f
a balanced, electric orange · warm · closest name: orange
RGB
255, 171, 47
HSL
36°, 100%, 59%
CMYK
0, 33, 82, 0
Luminance
0.5059
Every format
| HEX | #ffab2f |
| RGB | rgb(255, 171, 47) |
| HSL | hsl(36, 100%, 59%) |
| CMYK | cmyk(0%, 33%, 82%, 0%) |
| LAB | lab(76.4 21.5 70.7) |
| LCH | lch(76.4 73.9 73.1) |
| OKLCH | oklch(0.805 0.160 70.9) |
Copy-ready code
/* CSS */
color: #ffab2f;
background-color: #ffab2f;
/* Tailwind (arbitrary) */
class="text-[#ffab2f] bg-[#ffab2f]"
/* SCSS */
$brand: #ffab2f;
/* SwiftUI */
Color(red: 1.000, green: 0.671, blue: 0.184)
/* Android */
Color.parseColor("#ffab2f")Accessibility — WCAG contrast
Aa
#ffab2f on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffab2f on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow81.6%
Key (black)0.0%
Color previews
#ffab2f text on a black background
contrast 11.12:1
Card sample
#ffab2f text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffab2f;
Background color
Panel with #ffab2f background
background-color: #ffab2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffab2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 171, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 171, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffab2f; background: linear-gradient(135deg, #ffab2f, #C8FF2F);