#bdee8f
a light, vivid green · cool · closest name: khaki
RGB
189, 238, 143
HSL
91°, 74%, 75%
CMYK
21, 0, 40, 7
Luminance
0.7395
Every format
| HEX | #bdee8f |
| RGB | rgb(189, 238, 143) |
| HSL | hsl(91, 74%, 75%) |
| CMYK | cmyk(21%, 0%, 40%, 7%) |
| LAB | lab(88.9 -31.7 41.0) |
| LCH | lch(88.9 51.8 127.7) |
| OKLCH | oklch(0.893 0.133 130.9) |
Copy-ready code
/* CSS */
color: #bdee8f;
background-color: #bdee8f;
/* Tailwind (arbitrary) */
class="text-[#bdee8f] bg-[#bdee8f]"
/* SCSS */
$brand: #bdee8f;
/* SwiftUI */
Color(red: 0.741, green: 0.933, blue: 0.561)
/* Android */
Color.parseColor("#bdee8f")Accessibility — WCAG contrast
Aa
#bdee8f on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdee8f on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.3%
Blue56.1%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow39.9%
Key (black)6.7%
Color previews
#bdee8f text on a black background
contrast 15.79:1
Card sample
#bdee8f text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdee8f;
Background color
Panel with #bdee8f background
background-color: #bdee8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdee8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 238, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 238, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdee8f; background: linear-gradient(135deg, #bdee8f, #8FEEA0);