#fbab13
a balanced, electric orange · warm · closest name: orange
RGB
251, 171, 19
HSL
39°, 97%, 53%
CMYK
0, 32, 92, 2
Luminance
0.4968
Every format
| HEX | #fbab13 |
| RGB | rgb(251, 171, 19) |
| HSL | hsl(39, 97%, 53%) |
| CMYK | cmyk(0%, 32%, 92%, 2%) |
| LAB | lab(75.9 19.3 77.0) |
| LCH | lch(75.9 79.4 75.9) |
| OKLCH | oklch(0.799 0.166 74.6) |
Copy-ready code
/* CSS */
color: #fbab13;
background-color: #fbab13;
/* Tailwind (arbitrary) */
class="text-[#fbab13] bg-[#fbab13]"
/* SCSS */
$brand: #fbab13;
/* SwiftUI */
Color(red: 0.984, green: 0.671, blue: 0.075)
/* Android */
Color.parseColor("#fbab13")Accessibility — WCAG contrast
Aa
#fbab13 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbab13 on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green67.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow92.4%
Key (black)1.6%
Color previews
#fbab13 text on a black background
contrast 10.94:1
Card sample
#fbab13 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbab13;
Background color
Panel with #fbab13 background
background-color: #fbab13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbab13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 171, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 171, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbab13; background: linear-gradient(135deg, #fbab13, #B0FB13);