#bdf484
a light, electric green · cool · closest name: khaki
RGB
189, 244, 132
HSL
90°, 84%, 74%
CMYK
23, 0, 46, 4
Luminance
0.7719
Every format
| HEX | #bdf484 |
| RGB | rgb(189, 244, 132) |
| HSL | hsl(90, 84%, 74%) |
| CMYK | cmyk(23%, 0%, 46%, 4%) |
| LAB | lab(90.4 -35.8 48.2) |
| LCH | lch(90.4 60.0 126.6) |
| OKLCH | oklch(0.905 0.153 130.4) |
Copy-ready code
/* CSS */
color: #bdf484;
background-color: #bdf484;
/* Tailwind (arbitrary) */
class="text-[#bdf484] bg-[#bdf484]"
/* SCSS */
$brand: #bdf484;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 0.518)
/* Android */
Color.parseColor("#bdf484")Accessibility — WCAG contrast
Aa
#bdf484 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf484 on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue51.8%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow45.9%
Key (black)4.3%
Color previews
#bdf484 text on a black background
contrast 16.44:1
Card sample
#bdf484 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf484;
Background color
Panel with #bdf484 background
background-color: #bdf484;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf484;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf484; background: linear-gradient(135deg, #bdf484, #84F496);