#bdf592
a light, electric green · cool · closest name: khaki
RGB
189, 245, 146
HSL
94°, 83%, 77%
CMYK
23, 0, 40, 4
Luminance
0.7820
Every format
| HEX | #bdf592 |
| RGB | rgb(189, 245, 146) |
| HSL | hsl(94, 83%, 77%) |
| CMYK | cmyk(23%, 0%, 40%, 4%) |
| LAB | lab(90.9 -34.5 42.0) |
| LCH | lch(90.9 54.4 129.4) |
| OKLCH | oklch(0.909 0.140 132.6) |
Copy-ready code
/* CSS */
color: #bdf592;
background-color: #bdf592;
/* Tailwind (arbitrary) */
class="text-[#bdf592] bg-[#bdf592]"
/* SCSS */
$brand: #bdf592;
/* SwiftUI */
Color(red: 0.741, green: 0.961, blue: 0.573)
/* Android */
Color.parseColor("#bdf592")Accessibility — WCAG contrast
Aa
#bdf592 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf592 on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.1%
Blue57.3%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow40.4%
Key (black)3.9%
Color previews
#bdf592 text on a black background
contrast 16.64:1
Card sample
#bdf592 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf592;
Background color
Panel with #bdf592 background
background-color: #bdf592;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf592;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 245, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 245, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf592; background: linear-gradient(135deg, #bdf592, #92F5A9);