#bdf89f
a light, electric green · cool · closest name: khaki
RGB
189, 248, 159
HSL
100°, 86%, 80%
CMYK
24, 0, 36, 3
Luminance
0.8046
Every format
| HEX | #bdf89f |
| RGB | rgb(189, 248, 159) |
| HSL | hsl(100, 86%, 80%) |
| CMYK | cmyk(24%, 0%, 36%, 3%) |
| LAB | lab(91.9 -34.2 36.9) |
| LCH | lch(91.9 50.3 132.8) |
| OKLCH | oklch(0.918 0.131 135.6) |
Copy-ready code
/* CSS */
color: #bdf89f;
background-color: #bdf89f;
/* Tailwind (arbitrary) */
class="text-[#bdf89f] bg-[#bdf89f]"
/* SCSS */
$brand: #bdf89f;
/* SwiftUI */
Color(red: 0.741, green: 0.973, blue: 0.624)
/* Android */
Color.parseColor("#bdf89f")Accessibility — WCAG contrast
Aa
#bdf89f on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf89f on black: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.3%
Blue62.4%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow35.9%
Key (black)2.7%
Color previews
#bdf89f text on a black background
contrast 17.09:1
Card sample
#bdf89f text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf89f;
Background color
Panel with #bdf89f background
background-color: #bdf89f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf89f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 248, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 248, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf89f; background: linear-gradient(135deg, #bdf89f, #9FF8BC);