#bdf46c
a light, electric green · cool · closest name: khaki
RGB
189, 244, 108
HSL
84°, 86%, 69%
CMYK
23, 0, 56, 4
Luminance
0.7660
Every format
| HEX | #bdf46c |
| RGB | rgb(189, 244, 108) |
| HSL | hsl(84, 86%, 69%) |
| CMYK | cmyk(23%, 0%, 56%, 4%) |
| LAB | lab(90.1 -38.2 58.9) |
| LCH | lch(90.1 70.2 123.0) |
| OKLCH | oklch(0.902 0.175 127.9) |
Copy-ready code
/* CSS */
color: #bdf46c;
background-color: #bdf46c;
/* Tailwind (arbitrary) */
class="text-[#bdf46c] bg-[#bdf46c]"
/* SCSS */
$brand: #bdf46c;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 0.424)
/* Android */
Color.parseColor("#bdf46c")Accessibility — WCAG contrast
Aa
#bdf46c on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf46c on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue42.4%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow55.7%
Key (black)4.3%
Color previews
#bdf46c text on a black background
contrast 16.32:1
Card sample
#bdf46c text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf46c;
Background color
Panel with #bdf46c background
background-color: #bdf46c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf46c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf46c; background: linear-gradient(135deg, #bdf46c, #6CF476);