#bdf492
a light, electric green · cool · closest name: khaki
RGB
189, 244, 146
HSL
94°, 82%, 77%
CMYK
23, 0, 40, 4
Luminance
0.7760
Every format
| HEX | #bdf492 |
| RGB | rgb(189, 244, 146) |
| HSL | hsl(94, 82%, 77%) |
| CMYK | cmyk(23%, 0%, 40%, 4%) |
| LAB | lab(90.6 -34.1 41.6) |
| LCH | lch(90.6 53.8 129.3) |
| OKLCH | oklch(0.907 0.139 132.5) |
Copy-ready code
/* CSS */
color: #bdf492;
background-color: #bdf492;
/* Tailwind (arbitrary) */
class="text-[#bdf492] bg-[#bdf492]"
/* SCSS */
$brand: #bdf492;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 0.573)
/* Android */
Color.parseColor("#bdf492")Accessibility — WCAG contrast
Aa
#bdf492 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf492 on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue57.3%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow40.2%
Key (black)4.3%
Color previews
#bdf492 text on a black background
contrast 16.52:1
Card sample
#bdf492 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf492;
Background color
Panel with #bdf492 background
background-color: #bdf492;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf492;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf492; background: linear-gradient(135deg, #bdf492, #92F4A8);