#bdf381
a light, electric green · cool · closest name: khaki
RGB
189, 243, 129
HSL
88°, 83%, 73%
CMYK
22, 0, 47, 5
Luminance
0.7650
Every format
| HEX | #bdf381 |
| RGB | rgb(189, 243, 129) |
| HSL | hsl(88, 83%, 73%) |
| CMYK | cmyk(22%, 0%, 47%, 5%) |
| LAB | lab(90.1 -35.6 49.2) |
| LCH | lch(90.1 60.8 125.9) |
| OKLCH | oklch(0.902 0.154 129.8) |
Copy-ready code
/* CSS */
color: #bdf381;
background-color: #bdf381;
/* Tailwind (arbitrary) */
class="text-[#bdf381] bg-[#bdf381]"
/* SCSS */
$brand: #bdf381;
/* SwiftUI */
Color(red: 0.741, green: 0.953, blue: 0.506)
/* Android */
Color.parseColor("#bdf381")Accessibility — WCAG contrast
Aa
#bdf381 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf381 on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.3%
Blue50.6%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow46.9%
Key (black)4.7%
Color previews
#bdf381 text on a black background
contrast 16.30:1
Card sample
#bdf381 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf381;
Background color
Panel with #bdf381 background
background-color: #bdf381;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf381;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 243, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 243, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf381; background: linear-gradient(135deg, #bdf381, #81F391);