#bdf19b
a light, electric green · cool · closest name: khaki
RGB
189, 241, 155
HSL
96°, 75%, 78%
CMYK
22, 0, 36, 6
Luminance
0.7610
Every format
| HEX | #bdf19b |
| RGB | rgb(189, 241, 155) |
| HSL | hsl(96, 75%, 78%) |
| CMYK | cmyk(22%, 0%, 36%, 6%) |
| LAB | lab(89.9 -31.5 36.3) |
| LCH | lch(89.9 48.1 131.0) |
| OKLCH | oklch(0.902 0.125 133.7) |
Copy-ready code
/* CSS */
color: #bdf19b;
background-color: #bdf19b;
/* Tailwind (arbitrary) */
class="text-[#bdf19b] bg-[#bdf19b]"
/* SCSS */
$brand: #bdf19b;
/* SwiftUI */
Color(red: 0.741, green: 0.945, blue: 0.608)
/* Android */
Color.parseColor("#bdf19b")Accessibility — WCAG contrast
Aa
#bdf19b on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf19b on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.5%
Blue60.8%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow35.7%
Key (black)5.5%
Color previews
#bdf19b text on a black background
contrast 16.22:1
Card sample
#bdf19b text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf19b;
Background color
Panel with #bdf19b background
background-color: #bdf19b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf19b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 241, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 241, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf19b; background: linear-gradient(135deg, #bdf19b, #9BF1B2);