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