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