#b2ce95
a light, soft green · cool · closest name: khaki
RGB
178, 206, 149
HSL
90°, 37%, 70%
CMYK
14, 0, 28, 19
Luminance
0.5578
Every format
| HEX | #b2ce95 |
| RGB | rgb(178, 206, 149) |
| HSL | hsl(90, 37%, 70%) |
| CMYK | cmyk(14%, 0%, 28%, 19%) |
| LAB | lab(79.5 -19.4 25.4) |
| LCH | lch(79.5 31.9 127.5) |
| OKLCH | oklch(0.816 0.083 129.3) |
Copy-ready code
/* CSS */
color: #b2ce95;
background-color: #b2ce95;
/* Tailwind (arbitrary) */
class="text-[#b2ce95] bg-[#b2ce95]"
/* SCSS */
$brand: #b2ce95;
/* SwiftUI */
Color(red: 0.698, green: 0.808, blue: 0.584)
/* Android */
Color.parseColor("#b2ce95")Accessibility — WCAG contrast
Aa
#b2ce95 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ce95 on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.8%
Blue58.4%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow27.7%
Key (black)19.2%
Color previews
#b2ce95 text on a black background
contrast 12.16:1
Card sample
#b2ce95 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ce95;
Background color
Panel with #b2ce95 background
background-color: #b2ce95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ce95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 206, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 206, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ce95; background: linear-gradient(135deg, #b2ce95, #95CE9E);