#bdf889
a light, electric green · cool · closest name: khaki
RGB
189, 248, 137
HSL
92°, 89%, 76%
CMYK
24, 0, 45, 3
Luminance
0.7976
Every format
| HEX | #bdf889 |
| RGB | rgb(189, 248, 137) |
| HSL | hsl(92, 89%, 76%) |
| CMYK | cmyk(24%, 0%, 45%, 3%) |
| LAB | lab(91.6 -37.0 47.3) |
| LCH | lch(91.6 60.0 128.1) |
| OKLCH | oklch(0.915 0.153 131.7) |
Copy-ready code
/* CSS */
color: #bdf889;
background-color: #bdf889;
/* Tailwind (arbitrary) */
class="text-[#bdf889] bg-[#bdf889]"
/* SCSS */
$brand: #bdf889;
/* SwiftUI */
Color(red: 0.741, green: 0.973, blue: 0.537)
/* Android */
Color.parseColor("#bdf889")Accessibility — WCAG contrast
Aa
#bdf889 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf889 on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.3%
Blue53.7%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow44.8%
Key (black)2.7%
Color previews
#bdf889 text on a black background
contrast 16.95:1
Card sample
#bdf889 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf889;
Background color
Panel with #bdf889 background
background-color: #bdf889;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf889;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 248, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 248, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf889; background: linear-gradient(135deg, #bdf889, #89F89F);