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