#bad821
a balanced, vivid yellow · cool · closest name: yellow
RGB
186, 216, 33
HSL
70°, 74%, 49%
CMYK
14, 0, 85, 15
Luminance
0.5966
Every format
| HEX | #bad821 |
| RGB | rgb(186, 216, 33) |
| HSL | hsl(70, 74%, 49%) |
| CMYK | cmyk(14%, 0%, 85%, 15%) |
| LAB | lab(81.7 -31.0 76.4) |
| LCH | lch(81.7 82.5 112.1) |
| OKLCH | oklch(0.831 0.189 119.5) |
Copy-ready code
/* CSS */
color: #bad821;
background-color: #bad821;
/* Tailwind (arbitrary) */
class="text-[#bad821] bg-[#bad821]"
/* SCSS */
$brand: #bad821;
/* SwiftUI */
Color(red: 0.729, green: 0.847, blue: 0.129)
/* Android */
Color.parseColor("#bad821")Accessibility — WCAG contrast
Aa
#bad821 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad821 on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green84.7%
Blue12.9%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow84.7%
Key (black)15.3%
Color previews
#bad821 text on a black background
contrast 12.93:1
Card sample
#bad821 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad821;
Background color
Panel with #bad821 background
background-color: #bad821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 216, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 216, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad821; background: linear-gradient(135deg, #bad821, #40D821);