#bdf488
a light, electric green · cool · closest name: khaki
RGB
189, 244, 136
HSL
91°, 83%, 75%
CMYK
23, 0, 44, 4
Luminance
0.7730
Every format
| HEX | #bdf488 |
| RGB | rgb(189, 244, 136) |
| HSL | hsl(91, 83%, 75%) |
| CMYK | cmyk(23%, 0%, 44%, 4%) |
| LAB | lab(90.5 -35.3 46.3) |
| LCH | lch(90.5 58.3 127.3) |
| OKLCH | oklch(0.905 0.149 130.9) |
Copy-ready code
/* CSS */
color: #bdf488;
background-color: #bdf488;
/* Tailwind (arbitrary) */
class="text-[#bdf488] bg-[#bdf488]"
/* SCSS */
$brand: #bdf488;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 0.533)
/* Android */
Color.parseColor("#bdf488")Accessibility — WCAG contrast
Aa
#bdf488 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf488 on black: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue53.3%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow44.3%
Key (black)4.3%
Color previews
#bdf488 text on a black background
contrast 16.46:1
Card sample
#bdf488 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf488;
Background color
Panel with #bdf488 background
background-color: #bdf488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf488; background: linear-gradient(135deg, #bdf488, #88F49B);