#bdee9b
a light, vivid green · cool · closest name: khaki
RGB
189, 238, 155
HSL
95°, 71%, 77%
CMYK
21, 0, 35, 7
Luminance
0.7433
Every format
| HEX | #bdee9b |
| RGB | rgb(189, 238, 155) |
| HSL | hsl(95, 71%, 77%) |
| CMYK | cmyk(21%, 0%, 35%, 7%) |
| LAB | lab(89.1 -30.1 35.2) |
| LCH | lch(89.1 46.3 130.5) |
| OKLCH | oklch(0.895 0.120 133.2) |
Copy-ready code
/* CSS */
color: #bdee9b;
background-color: #bdee9b;
/* Tailwind (arbitrary) */
class="text-[#bdee9b] bg-[#bdee9b]"
/* SCSS */
$brand: #bdee9b;
/* SwiftUI */
Color(red: 0.741, green: 0.933, blue: 0.608)
/* Android */
Color.parseColor("#bdee9b")Accessibility — WCAG contrast
Aa
#bdee9b on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdee9b on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.3%
Blue60.8%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow34.9%
Key (black)6.7%
Color previews
#bdee9b text on a black background
contrast 15.87:1
Card sample
#bdee9b text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdee9b;
Background color
Panel with #bdee9b background
background-color: #bdee9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdee9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 238, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 238, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdee9b; background: linear-gradient(135deg, #bdee9b, #9BEEB0);