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