#b2cf95
a light, soft green · cool · closest name: khaki
RGB
178, 207, 149
HSL
90°, 38%, 70%
CMYK
14, 0, 28, 19
Luminance
0.5626
Every format
| HEX | #b2cf95 |
| RGB | rgb(178, 207, 149) |
| HSL | hsl(90, 38%, 70%) |
| CMYK | cmyk(14%, 0%, 28%, 19%) |
| LAB | lab(79.8 -19.9 25.7) |
| LCH | lch(79.8 32.5 127.8) |
| OKLCH | oklch(0.818 0.084 129.7) |
Copy-ready code
/* CSS */
color: #b2cf95;
background-color: #b2cf95;
/* Tailwind (arbitrary) */
class="text-[#b2cf95] bg-[#b2cf95]"
/* SCSS */
$brand: #b2cf95;
/* SwiftUI */
Color(red: 0.698, green: 0.812, blue: 0.584)
/* Android */
Color.parseColor("#b2cf95")Accessibility — WCAG contrast
Aa
#b2cf95 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cf95 on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green81.2%
Blue58.4%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow28.0%
Key (black)18.8%
Color previews
#b2cf95 text on a black background
contrast 12.25:1
Card sample
#b2cf95 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cf95;
Background color
Panel with #b2cf95 background
background-color: #b2cf95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cf95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 207, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 207, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cf95; background: linear-gradient(135deg, #b2cf95, #95CF9F);