#bdf588
a light, electric green · cool · closest name: khaki
RGB
189, 245, 136
HSL
91°, 85%, 75%
CMYK
23, 0, 45, 4
Luminance
0.7790
Every format
| HEX | #bdf588 |
| RGB | rgb(189, 245, 136) |
| HSL | hsl(91, 85%, 75%) |
| CMYK | cmyk(23%, 0%, 45%, 4%) |
| LAB | lab(90.7 -35.8 46.7) |
| LCH | lch(90.7 58.8 127.5) |
| OKLCH | oklch(0.908 0.150 131.1) |
Copy-ready code
/* CSS */
color: #bdf588;
background-color: #bdf588;
/* Tailwind (arbitrary) */
class="text-[#bdf588] bg-[#bdf588]"
/* SCSS */
$brand: #bdf588;
/* SwiftUI */
Color(red: 0.741, green: 0.961, blue: 0.533)
/* Android */
Color.parseColor("#bdf588")Accessibility — WCAG contrast
Aa
#bdf588 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf588 on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.1%
Blue53.3%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow44.5%
Key (black)3.9%
Color previews
#bdf588 text on a black background
contrast 16.58:1
Card sample
#bdf588 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf588;
Background color
Panel with #bdf588 background
background-color: #bdf588;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf588;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 245, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 245, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf588; background: linear-gradient(135deg, #bdf588, #88F59C);