#fbaa21
a balanced, electric orange · warm · closest name: orange
RGB
251, 170, 33
HSL
38°, 97%, 56%
CMYK
0, 32, 87, 2
Luminance
0.4937
Every format
| HEX | #fbaa21 |
| RGB | rgb(251, 170, 33) |
| HSL | hsl(38, 97%, 56%) |
| CMYK | cmyk(0%, 32%, 87%, 2%) |
| LAB | lab(75.7 20.0 74.0) |
| LCH | lch(75.7 76.6 74.8) |
| OKLCH | oklch(0.798 0.163 73.2) |
Copy-ready code
/* CSS */
color: #fbaa21;
background-color: #fbaa21;
/* Tailwind (arbitrary) */
class="text-[#fbaa21] bg-[#fbaa21]"
/* SCSS */
$brand: #fbaa21;
/* SwiftUI */
Color(red: 0.984, green: 0.667, blue: 0.129)
/* Android */
Color.parseColor("#fbaa21")Accessibility — WCAG contrast
Aa
#fbaa21 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaa21 on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green66.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow86.9%
Key (black)1.6%
Color previews
#fbaa21 text on a black background
contrast 10.87:1
Card sample
#fbaa21 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaa21;
Background color
Panel with #fbaa21 background
background-color: #fbaa21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaa21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 170, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 170, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaa21; background: linear-gradient(135deg, #fbaa21, #BBFB21);