#b5da9c
a light, vivid green · cool · closest name: khaki
RGB
181, 218, 156
HSL
96°, 46%, 73%
CMYK
17, 0, 28, 15
Luminance
0.6237
Every format
| HEX | #b5da9c |
| RGB | rgb(181, 218, 156) |
| HSL | hsl(96, 46%, 73%) |
| CMYK | cmyk(17%, 0%, 28%, 15%) |
| LAB | lab(83.1 -23.2 26.6) |
| LCH | lch(83.1 35.3 131.1) |
| OKLCH | oklch(0.846 0.092 133.1) |
Copy-ready code
/* CSS */
color: #b5da9c;
background-color: #b5da9c;
/* Tailwind (arbitrary) */
class="text-[#b5da9c] bg-[#b5da9c]"
/* SCSS */
$brand: #b5da9c;
/* SwiftUI */
Color(red: 0.710, green: 0.855, blue: 0.612)
/* Android */
Color.parseColor("#b5da9c")Accessibility — WCAG contrast
Aa
#b5da9c on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5da9c on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green85.5%
Blue61.2%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow28.4%
Key (black)14.5%
Color previews
#b5da9c text on a black background
contrast 13.47:1
Card sample
#b5da9c text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5da9c;
Background color
Panel with #b5da9c background
background-color: #b5da9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5da9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 218, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 218, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5da9c; background: linear-gradient(135deg, #b5da9c, #9CDAAC);