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