#bdf89b
a light, electric green · cool · closest name: khaki
RGB
189, 248, 155
HSL
98°, 87%, 79%
CMYK
24, 0, 38, 3
Luminance
0.8032
Every format
| HEX | #bdf89b |
| RGB | rgb(189, 248, 155) |
| HSL | hsl(98, 87%, 79%) |
| CMYK | cmyk(24%, 0%, 38%, 3%) |
| LAB | lab(91.8 -34.7 38.8) |
| LCH | lch(91.8 52.1 131.8) |
| OKLCH | oklch(0.917 0.135 134.7) |
Copy-ready code
/* CSS */
color: #bdf89b;
background-color: #bdf89b;
/* Tailwind (arbitrary) */
class="text-[#bdf89b] bg-[#bdf89b]"
/* SCSS */
$brand: #bdf89b;
/* SwiftUI */
Color(red: 0.741, green: 0.973, blue: 0.608)
/* Android */
Color.parseColor("#bdf89b")Accessibility — WCAG contrast
Aa
#bdf89b on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf89b on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.3%
Blue60.8%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow37.5%
Key (black)2.7%
Color previews
#bdf89b text on a black background
contrast 17.06:1
Card sample
#bdf89b text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf89b;
Background color
Panel with #bdf89b background
background-color: #bdf89b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf89b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 248, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 248, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf89b; background: linear-gradient(135deg, #bdf89b, #9BF8B7);