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