#b9da9f
a light, soft green · cool · closest name: khaki
RGB
185, 218, 159
HSL
94°, 44%, 74%
CMYK
15, 0, 27, 15
Luminance
0.6296
Every format
| HEX | #b9da9f |
| RGB | rgb(185, 218, 159) |
| HSL | hsl(94, 44%, 74%) |
| CMYK | cmyk(15%, 0%, 27%, 15%) |
| LAB | lab(83.4 -21.4 25.6) |
| LCH | lch(83.4 33.3 129.9) |
| OKLCH | oklch(0.850 0.087 131.8) |
Copy-ready code
/* CSS */
color: #b9da9f;
background-color: #b9da9f;
/* Tailwind (arbitrary) */
class="text-[#b9da9f] bg-[#b9da9f]"
/* SCSS */
$brand: #b9da9f;
/* SwiftUI */
Color(red: 0.725, green: 0.855, blue: 0.624)
/* Android */
Color.parseColor("#b9da9f")Accessibility — WCAG contrast
Aa
#b9da9f on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9da9f on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green85.5%
Blue62.4%
CMYK percentages
Cyan15.1%
Magenta0.0%
Yellow27.1%
Key (black)14.5%
Color previews
#b9da9f text on a black background
contrast 13.59:1
Card sample
#b9da9f text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9da9f;
Background color
Panel with #b9da9f background
background-color: #b9da9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9da9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 218, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 218, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9da9f; background: linear-gradient(135deg, #b9da9f, #9FDAAC);