#bdf596
a light, electric green · cool · closest name: khaki
RGB
189, 245, 150
HSL
95°, 83%, 78%
CMYK
23, 0, 39, 4
Luminance
0.7833
Every format
| HEX | #bdf596 |
| RGB | rgb(189, 245, 150) |
| HSL | hsl(95, 83%, 78%) |
| CMYK | cmyk(23%, 0%, 39%, 4%) |
| LAB | lab(90.9 -34.0 40.1) |
| LCH | lch(90.9 52.6 130.3) |
| OKLCH | oklch(0.910 0.136 133.3) |
Copy-ready code
/* CSS */
color: #bdf596;
background-color: #bdf596;
/* Tailwind (arbitrary) */
class="text-[#bdf596] bg-[#bdf596]"
/* SCSS */
$brand: #bdf596;
/* SwiftUI */
Color(red: 0.741, green: 0.961, blue: 0.588)
/* Android */
Color.parseColor("#bdf596")Accessibility — WCAG contrast
Aa
#bdf596 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf596 on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.1%
Blue58.8%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow38.8%
Key (black)3.9%
Color previews
#bdf596 text on a black background
contrast 16.67:1
Card sample
#bdf596 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf596;
Background color
Panel with #bdf596 background
background-color: #bdf596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 245, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 245, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf596; background: linear-gradient(135deg, #bdf596, #96F5AF);