#bdf192
a light, electric green · cool · closest name: khaki
RGB
189, 241, 146
HSL
93°, 77%, 76%
CMYK
22, 0, 39, 6
Luminance
0.7580
Every format
| HEX | #bdf192 |
| RGB | rgb(189, 241, 146) |
| HSL | hsl(93, 77%, 76%) |
| CMYK | cmyk(22%, 0%, 39%, 6%) |
| LAB | lab(89.8 -32.7 40.6) |
| LCH | lch(89.8 52.1 128.9) |
| OKLCH | oklch(0.900 0.134 132.0) |
Copy-ready code
/* CSS */
color: #bdf192;
background-color: #bdf192;
/* Tailwind (arbitrary) */
class="text-[#bdf192] bg-[#bdf192]"
/* SCSS */
$brand: #bdf192;
/* SwiftUI */
Color(red: 0.741, green: 0.945, blue: 0.573)
/* Android */
Color.parseColor("#bdf192")Accessibility — WCAG contrast
Aa
#bdf192 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf192 on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.5%
Blue57.3%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow39.4%
Key (black)5.5%
Color previews
#bdf192 text on a black background
contrast 16.16:1
Card sample
#bdf192 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf192;
Background color
Panel with #bdf192 background
background-color: #bdf192;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf192;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 241, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 241, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf192; background: linear-gradient(135deg, #bdf192, #92F1A6);