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