#bad950
a balanced, vivid green · cool · closest name: khaki
RGB
186, 217, 80
HSL
74°, 64%, 58%
CMYK
14, 0, 63, 15
Luminance
0.6064
Every format
| HEX | #bad950 |
| RGB | rgb(186, 217, 80) |
| HSL | hsl(74, 64%, 58%) |
| CMYK | cmyk(14%, 0%, 63%, 15%) |
| LAB | lab(82.2 -29.2 61.9) |
| LCH | lch(82.2 68.5 115.3) |
| OKLCH | oklch(0.836 0.165 120.9) |
Copy-ready code
/* CSS */
color: #bad950;
background-color: #bad950;
/* Tailwind (arbitrary) */
class="text-[#bad950] bg-[#bad950]"
/* SCSS */
$brand: #bad950;
/* SwiftUI */
Color(red: 0.729, green: 0.851, blue: 0.314)
/* Android */
Color.parseColor("#bad950")Accessibility — WCAG contrast
Aa
#bad950 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad950 on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green85.1%
Blue31.4%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow63.1%
Key (black)14.9%
Color previews
#bad950 text on a black background
contrast 13.13:1
Card sample
#bad950 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad950;
Background color
Panel with #bad950 background
background-color: #bad950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 217, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 217, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad950; background: linear-gradient(135deg, #bad950, #5ED950);