#bdf581
a light, electric green · cool · closest name: khaki
RGB
189, 245, 129
HSL
89°, 85%, 73%
CMYK
23, 0, 47, 4
Luminance
0.7771
Every format
| HEX | #bdf581 |
| RGB | rgb(189, 245, 129) |
| HSL | hsl(89, 85%, 73%) |
| CMYK | cmyk(23%, 0%, 47%, 4%) |
| LAB | lab(90.7 -36.6 49.9) |
| LCH | lch(90.7 61.9 126.2) |
| OKLCH | oklch(0.907 0.157 130.2) |
Copy-ready code
/* CSS */
color: #bdf581;
background-color: #bdf581;
/* Tailwind (arbitrary) */
class="text-[#bdf581] bg-[#bdf581]"
/* SCSS */
$brand: #bdf581;
/* SwiftUI */
Color(red: 0.741, green: 0.961, blue: 0.506)
/* Android */
Color.parseColor("#bdf581")Accessibility — WCAG contrast
Aa
#bdf581 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf581 on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.1%
Blue50.6%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow47.3%
Key (black)3.9%
Color previews
#bdf581 text on a black background
contrast 16.54:1
Card sample
#bdf581 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf581;
Background color
Panel with #bdf581 background
background-color: #bdf581;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf581;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 245, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 245, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf581; background: linear-gradient(135deg, #bdf581, #81F592);