#bdfb89
a light, electric green · cool · closest name: khaki
RGB
189, 251, 137
HSL
93°, 93%, 76%
CMYK
25, 0, 45, 2
Luminance
0.8162
Every format
| HEX | #bdfb89 |
| RGB | rgb(189, 251, 137) |
| HSL | hsl(93, 93%, 76%) |
| CMYK | cmyk(25%, 0%, 45%, 2%) |
| LAB | lab(92.4 -38.4 48.3) |
| LCH | lch(92.4 61.7 128.5) |
| OKLCH | oklch(0.921 0.158 132.2) |
Copy-ready code
/* CSS */
color: #bdfb89;
background-color: #bdfb89;
/* Tailwind (arbitrary) */
class="text-[#bdfb89] bg-[#bdfb89]"
/* SCSS */
$brand: #bdfb89;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.537)
/* Android */
Color.parseColor("#bdfb89")Accessibility — WCAG contrast
Aa
#bdfb89 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfb89 on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue53.7%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow45.4%
Key (black)1.6%
Color previews
#bdfb89 text on a black background
contrast 17.32:1
Card sample
#bdfb89 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfb89;
Background color
Panel with #bdfb89 background
background-color: #bdfb89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfb89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfb89; background: linear-gradient(135deg, #bdfb89, #89FBA1);