#bdf466
a light, electric green · cool · closest name: khaki
RGB
189, 244, 102
HSL
83°, 87%, 68%
CMYK
23, 0, 58, 4
Luminance
0.7648
Every format
| HEX | #bdf466 |
| RGB | rgb(189, 244, 102) |
| HSL | hsl(83, 87%, 68%) |
| CMYK | cmyk(23%, 0%, 58%, 4%) |
| LAB | lab(90.1 -38.7 61.4) |
| LCH | lch(90.1 72.6 122.2) |
| OKLCH | oklch(0.901 0.180 127.5) |
Copy-ready code
/* CSS */
color: #bdf466;
background-color: #bdf466;
/* Tailwind (arbitrary) */
class="text-[#bdf466] bg-[#bdf466]"
/* SCSS */
$brand: #bdf466;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 0.400)
/* Android */
Color.parseColor("#bdf466")Accessibility — WCAG contrast
Aa
#bdf466 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf466 on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue40.0%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow58.2%
Key (black)4.3%
Color previews
#bdf466 text on a black background
contrast 16.30:1
Card sample
#bdf466 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf466;
Background color
Panel with #bdf466 background
background-color: #bdf466;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf466;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf466; background: linear-gradient(135deg, #bdf466, #66F46D);