#bad721
a balanced, vivid yellow · cool · closest name: yellow
RGB
186, 215, 33
HSL
70°, 73%, 49%
CMYK
14, 0, 85, 16
Luminance
0.5915
Every format
| HEX | #bad721 |
| RGB | rgb(186, 215, 33) |
| HSL | hsl(70, 73%, 49%) |
| CMYK | cmyk(14%, 0%, 85%, 16%) |
| LAB | lab(81.4 -30.5 76.2) |
| LCH | lch(81.4 82.1 111.8) |
| OKLCH | oklch(0.829 0.188 119.3) |
Copy-ready code
/* CSS */
color: #bad721;
background-color: #bad721;
/* Tailwind (arbitrary) */
class="text-[#bad721] bg-[#bad721]"
/* SCSS */
$brand: #bad721;
/* SwiftUI */
Color(red: 0.729, green: 0.843, blue: 0.129)
/* Android */
Color.parseColor("#bad721")Accessibility — WCAG contrast
Aa
#bad721 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad721 on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green84.3%
Blue12.9%
CMYK percentages
Cyan13.5%
Magenta0.0%
Yellow84.7%
Key (black)15.7%
Color previews
#bad721 text on a black background
contrast 12.83:1
Card sample
#bad721 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad721;
Background color
Panel with #bad721 background
background-color: #bad721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 215, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 215, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad721; background: linear-gradient(135deg, #bad721, #40D721);