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