#b2db89
a light, vivid green · cool · closest name: khaki
RGB
178, 219, 137
HSL
90°, 53%, 70%
CMYK
19, 0, 37, 14
Luminance
0.6193
Every format
| HEX | #b2db89 |
| RGB | rgb(178, 219, 137) |
| HSL | hsl(90, 53%, 70%) |
| CMYK | cmyk(19%, 0%, 37%, 14%) |
| LAB | lab(82.9 -27.5 36.0) |
| LCH | lch(82.9 45.3 127.3) |
| OKLCH | oklch(0.843 0.116 130.2) |
Copy-ready code
/* CSS */
color: #b2db89;
background-color: #b2db89;
/* Tailwind (arbitrary) */
class="text-[#b2db89] bg-[#b2db89]"
/* SCSS */
$brand: #b2db89;
/* SwiftUI */
Color(red: 0.698, green: 0.859, blue: 0.537)
/* Android */
Color.parseColor("#b2db89")Accessibility — WCAG contrast
Aa
#b2db89 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2db89 on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.9%
Blue53.7%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow37.4%
Key (black)14.1%
Color previews
#b2db89 text on a black background
contrast 13.39:1
Card sample
#b2db89 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2db89;
Background color
Panel with #b2db89 background
background-color: #b2db89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2db89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 219, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 219, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2db89; background: linear-gradient(135deg, #b2db89, #89DB97);