#bad849
a balanced, vivid green · cool · closest name: khaki
RGB
186, 216, 73
HSL
73°, 65%, 57%
CMYK
14, 0, 66, 15
Luminance
0.6003
Every format
| HEX | #bad849 |
| RGB | rgb(186, 216, 73) |
| HSL | hsl(73, 65%, 57%) |
| CMYK | cmyk(14%, 0%, 66%, 15%) |
| LAB | lab(81.9 -29.2 64.4) |
| LCH | lch(81.9 70.7 114.4) |
| OKLCH | oklch(0.834 0.169 120.4) |
Copy-ready code
/* CSS */
color: #bad849;
background-color: #bad849;
/* Tailwind (arbitrary) */
class="text-[#bad849] bg-[#bad849]"
/* SCSS */
$brand: #bad849;
/* SwiftUI */
Color(red: 0.729, green: 0.847, blue: 0.286)
/* Android */
Color.parseColor("#bad849")Accessibility — WCAG contrast
Aa
#bad849 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad849 on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green84.7%
Blue28.6%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow66.2%
Key (black)15.3%
Color previews
#bad849 text on a black background
contrast 13.01:1
Card sample
#bad849 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad849;
Background color
Panel with #bad849 background
background-color: #bad849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 216, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 216, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad849; background: linear-gradient(135deg, #bad849, #5BD849);