#b0cf97
a light, soft green · cool · closest name: khaki
RGB
176, 207, 151
HSL
93°, 37%, 70%
CMYK
15, 0, 27, 19
Luminance
0.5609
Every format
| HEX | #b0cf97 |
| RGB | rgb(176, 207, 151) |
| HSL | hsl(93, 37%, 70%) |
| CMYK | cmyk(15%, 0%, 27%, 19%) |
| LAB | lab(79.7 -20.4 24.5) |
| LCH | lch(79.7 31.9 129.7) |
| OKLCH | oklch(0.818 0.083 131.6) |
Copy-ready code
/* CSS */
color: #b0cf97;
background-color: #b0cf97;
/* Tailwind (arbitrary) */
class="text-[#b0cf97] bg-[#b0cf97]"
/* SCSS */
$brand: #b0cf97;
/* SwiftUI */
Color(red: 0.690, green: 0.812, blue: 0.592)
/* Android */
Color.parseColor("#b0cf97")Accessibility — WCAG contrast
Aa
#b0cf97 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0cf97 on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green81.2%
Blue59.2%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow27.1%
Key (black)18.8%
Color previews
#b0cf97 text on a black background
contrast 12.22:1
Card sample
#b0cf97 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0cf97;
Background color
Panel with #b0cf97 background
background-color: #b0cf97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0cf97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 207, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 207, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0cf97; background: linear-gradient(135deg, #b0cf97, #97CFA3);