#b0cf6d
a balanced, vivid green · cool · closest name: khaki
RGB
176, 207, 109
HSL
79°, 51%, 62%
CMYK
15, 0, 47, 19
Luminance
0.5496
Every format
| HEX | #b0cf6d |
| RGB | rgb(176, 207, 109) |
| HSL | hsl(79, 51%, 62%) |
| CMYK | cmyk(15%, 0%, 47%, 19%) |
| LAB | lab(79.0 -25.8 45.0) |
| LCH | lch(79.0 51.9 119.8) |
| OKLCH | oklch(0.810 0.130 123.7) |
Copy-ready code
/* CSS */
color: #b0cf6d;
background-color: #b0cf6d;
/* Tailwind (arbitrary) */
class="text-[#b0cf6d] bg-[#b0cf6d]"
/* SCSS */
$brand: #b0cf6d;
/* SwiftUI */
Color(red: 0.690, green: 0.812, blue: 0.427)
/* Android */
Color.parseColor("#b0cf6d")Accessibility — WCAG contrast
Aa
#b0cf6d on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0cf6d on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green81.2%
Blue42.7%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow47.3%
Key (black)18.8%
Color previews
#b0cf6d text on a black background
contrast 11.99:1
Card sample
#b0cf6d text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0cf6d;
Background color
Panel with #b0cf6d background
background-color: #b0cf6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0cf6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 207, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 207, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0cf6d; background: linear-gradient(135deg, #b0cf6d, #6FCF6D);