#bad968
a balanced, vivid green · cool · closest name: khaki
RGB
186, 217, 104
HSL
77°, 60%, 63%
CMYK
14, 0, 52, 15
Luminance
0.6106
Every format
| HEX | #bad968 |
| RGB | rgb(186, 217, 104) |
| HSL | hsl(77, 60%, 63%) |
| CMYK | cmyk(14%, 0%, 52%, 15%) |
| LAB | lab(82.4 -27.2 51.7) |
| LCH | lch(82.4 58.4 117.8) |
| OKLCH | oklch(0.839 0.144 122.3) |
Copy-ready code
/* CSS */
color: #bad968;
background-color: #bad968;
/* Tailwind (arbitrary) */
class="text-[#bad968] bg-[#bad968]"
/* SCSS */
$brand: #bad968;
/* SwiftUI */
Color(red: 0.729, green: 0.851, blue: 0.408)
/* Android */
Color.parseColor("#bad968")Accessibility — WCAG contrast
Aa
#bad968 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad968 on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green85.1%
Blue40.8%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow52.1%
Key (black)14.9%
Color previews
#bad968 text on a black background
contrast 13.21:1
Card sample
#bad968 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad968;
Background color
Panel with #bad968 background
background-color: #bad968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 217, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 217, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad968; background: linear-gradient(135deg, #bad968, #6ED968);