#bad275
a balanced, vivid green · cool · closest name: khaki
RGB
186, 210, 117
HSL
76°, 51%, 64%
CMYK
11, 0, 44, 18
Luminance
0.5782
Every format
| HEX | #bad275 |
| RGB | rgb(186, 210, 117) |
| HSL | hsl(76, 51%, 64%) |
| CMYK | cmyk(11%, 0%, 44%, 18%) |
| LAB | lab(80.6 -22.5 43.3) |
| LCH | lch(80.6 48.8 117.5) |
| OKLCH | oklch(0.825 0.122 121.0) |
Copy-ready code
/* CSS */
color: #bad275;
background-color: #bad275;
/* Tailwind (arbitrary) */
class="text-[#bad275] bg-[#bad275]"
/* SCSS */
$brand: #bad275;
/* SwiftUI */
Color(red: 0.729, green: 0.824, blue: 0.459)
/* Android */
Color.parseColor("#bad275")Accessibility — WCAG contrast
Aa
#bad275 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad275 on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green82.4%
Blue45.9%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow44.3%
Key (black)17.6%
Color previews
#bad275 text on a black background
contrast 12.56:1
Card sample
#bad275 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad275;
Background color
Panel with #bad275 background
background-color: #bad275;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad275;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 210, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 210, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad275; background: linear-gradient(135deg, #bad275, #7CD275);