#b9cd65
a balanced, vivid green · cool · closest name: khaki
RGB
185, 205, 101
HSL
72°, 51%, 60%
CMYK
10, 0, 51, 20
Luminance
0.5492
Every format
| HEX | #b9cd65 |
| RGB | rgb(185, 205, 101) |
| HSL | hsl(72, 51%, 60%) |
| CMYK | cmyk(10%, 0%, 51%, 20%) |
| LAB | lab(79.0 -22.1 49.0) |
| LCH | lch(79.0 53.8 114.3) |
| OKLCH | oklch(0.811 0.132 118.4) |
Copy-ready code
/* CSS */
color: #b9cd65;
background-color: #b9cd65;
/* Tailwind (arbitrary) */
class="text-[#b9cd65] bg-[#b9cd65]"
/* SCSS */
$brand: #b9cd65;
/* SwiftUI */
Color(red: 0.725, green: 0.804, blue: 0.396)
/* Android */
Color.parseColor("#b9cd65")Accessibility — WCAG contrast
Aa
#b9cd65 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9cd65 on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green80.4%
Blue39.6%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow50.7%
Key (black)19.6%
Color previews
#b9cd65 text on a black background
contrast 11.98:1
Card sample
#b9cd65 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9cd65;
Background color
Panel with #b9cd65 background
background-color: #b9cd65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9cd65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 205, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 205, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9cd65; background: linear-gradient(135deg, #b9cd65, #74CD65);