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