#b2db87
a light, vivid green · cool · closest name: khaki
RGB
178, 219, 135
HSL
89°, 54%, 69%
CMYK
19, 0, 38, 14
Luminance
0.6188
Every format
| HEX | #b2db87 |
| RGB | rgb(178, 219, 135) |
| HSL | hsl(89, 54%, 69%) |
| CMYK | cmyk(19%, 0%, 38%, 14%) |
| LAB | lab(82.8 -27.7 37.0) |
| LCH | lch(82.8 46.2 126.8) |
| OKLCH | oklch(0.842 0.119 129.8) |
Copy-ready code
/* CSS */
color: #b2db87;
background-color: #b2db87;
/* Tailwind (arbitrary) */
class="text-[#b2db87] bg-[#b2db87]"
/* SCSS */
$brand: #b2db87;
/* SwiftUI */
Color(red: 0.698, green: 0.859, blue: 0.529)
/* Android */
Color.parseColor("#b2db87")Accessibility — WCAG contrast
Aa
#b2db87 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2db87 on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.9%
Blue52.9%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow38.4%
Key (black)14.1%
Color previews
#b2db87 text on a black background
contrast 13.38:1
Card sample
#b2db87 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2db87;
Background color
Panel with #b2db87 background
background-color: #b2db87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2db87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 219, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 219, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2db87; background: linear-gradient(135deg, #b2db87, #87DB94);