#bdee9f
a light, vivid green · cool · closest name: khaki
RGB
189, 238, 159
HSL
97°, 70%, 78%
CMYK
21, 0, 33, 7
Luminance
0.7447
Every format
| HEX | #bdee9f |
| RGB | rgb(189, 238, 159) |
| HSL | hsl(97, 70%, 78%) |
| CMYK | cmyk(21%, 0%, 33%, 7%) |
| LAB | lab(89.1 -29.6 33.3) |
| LCH | lch(89.1 44.5 131.6) |
| OKLCH | oklch(0.896 0.116 134.1) |
Copy-ready code
/* CSS */
color: #bdee9f;
background-color: #bdee9f;
/* Tailwind (arbitrary) */
class="text-[#bdee9f] bg-[#bdee9f]"
/* SCSS */
$brand: #bdee9f;
/* SwiftUI */
Color(red: 0.741, green: 0.933, blue: 0.624)
/* Android */
Color.parseColor("#bdee9f")Accessibility — WCAG contrast
Aa
#bdee9f on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdee9f on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.3%
Blue62.4%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow33.2%
Key (black)6.7%
Color previews
#bdee9f text on a black background
contrast 15.89:1
Card sample
#bdee9f text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdee9f;
Background color
Panel with #bdee9f background
background-color: #bdee9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdee9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 238, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 238, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdee9f; background: linear-gradient(135deg, #bdee9f, #9FEEB6);