#bdf689
a light, electric green · cool · closest name: khaki
RGB
189, 246, 137
HSL
91°, 86%, 75%
CMYK
23, 0, 44, 4
Luminance
0.7854
Every format
| HEX | #bdf689 |
| RGB | rgb(189, 246, 137) |
| HSL | hsl(91, 86%, 75%) |
| CMYK | cmyk(23%, 0%, 44%, 4%) |
| LAB | lab(91.0 -36.1 46.6) |
| LCH | lch(91.0 58.9 127.8) |
| OKLCH | oklch(0.910 0.151 131.4) |
Copy-ready code
/* CSS */
color: #bdf689;
background-color: #bdf689;
/* Tailwind (arbitrary) */
class="text-[#bdf689] bg-[#bdf689]"
/* SCSS */
$brand: #bdf689;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.537)
/* Android */
Color.parseColor("#bdf689")Accessibility — WCAG contrast
Aa
#bdf689 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf689 on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue53.7%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow44.3%
Key (black)3.5%
Color previews
#bdf689 text on a black background
contrast 16.71:1
Card sample
#bdf689 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf689;
Background color
Panel with #bdf689 background
background-color: #bdf689;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf689;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf689; background: linear-gradient(135deg, #bdf689, #89F69E);