#b0ce75
a balanced, vivid green · cool · closest name: khaki
RGB
176, 206, 117
HSL
80°, 48%, 63%
CMYK
15, 0, 43, 19
Luminance
0.5466
Every format
| HEX | #b0ce75 |
| RGB | rgb(176, 206, 117) |
| HSL | hsl(80, 48%, 63%) |
| CMYK | cmyk(15%, 0%, 43%, 19%) |
| LAB | lab(78.8 -24.4 40.9) |
| LCH | lch(78.8 47.6 120.8) |
| OKLCH | oklch(0.809 0.120 124.3) |
Copy-ready code
/* CSS */
color: #b0ce75;
background-color: #b0ce75;
/* Tailwind (arbitrary) */
class="text-[#b0ce75] bg-[#b0ce75]"
/* SCSS */
$brand: #b0ce75;
/* SwiftUI */
Color(red: 0.690, green: 0.808, blue: 0.459)
/* Android */
Color.parseColor("#b0ce75")Accessibility — WCAG contrast
Aa
#b0ce75 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ce75 on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green80.8%
Blue45.9%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow43.2%
Key (black)19.2%
Color previews
#b0ce75 text on a black background
contrast 11.93:1
Card sample
#b0ce75 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ce75;
Background color
Panel with #b0ce75 background
background-color: #b0ce75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ce75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 206, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 206, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ce75; background: linear-gradient(135deg, #b0ce75, #75CE75);