#fab721
a balanced, electric yellow · warm · closest name: orange
RGB
250, 183, 33
HSL
42°, 96%, 56%
CMYK
0, 27, 87, 2
Luminance
0.5430
Every format
| HEX | #fab721 |
| RGB | rgb(250, 183, 33) |
| HSL | hsl(42, 96%, 56%) |
| CMYK | cmyk(0%, 27%, 87%, 2%) |
| LAB | lab(78.6 12.8 76.3) |
| LCH | lch(78.6 77.3 80.5) |
| OKLCH | oklch(0.821 0.163 80.7) |
Copy-ready code
/* CSS */
color: #fab721;
background-color: #fab721;
/* Tailwind (arbitrary) */
class="text-[#fab721] bg-[#fab721]"
/* SCSS */
$brand: #fab721;
/* SwiftUI */
Color(red: 0.980, green: 0.718, blue: 0.129)
/* Android */
Color.parseColor("#fab721")Accessibility — WCAG contrast
Aa
#fab721 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fab721 on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green71.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow86.8%
Key (black)2.0%
Color previews
#fab721 text on a black background
contrast 11.86:1
Card sample
#fab721 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fab721;
Background color
Panel with #fab721 background
background-color: #fab721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fab721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 183, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 183, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fab721; background: linear-gradient(135deg, #fab721, #ACFA21);