#bdf18f
a light, electric green · cool · closest name: khaki
RGB
189, 241, 143
HSL
92°, 78%, 75%
CMYK
22, 0, 41, 6
Luminance
0.7571
Every format
| HEX | #bdf18f |
| RGB | rgb(189, 241, 143) |
| HSL | hsl(92, 78%, 75%) |
| CMYK | cmyk(22%, 0%, 41%, 6%) |
| LAB | lab(89.7 -33.1 42.0) |
| LCH | lch(89.7 53.5 128.2) |
| OKLCH | oklch(0.900 0.137 131.5) |
Copy-ready code
/* CSS */
color: #bdf18f;
background-color: #bdf18f;
/* Tailwind (arbitrary) */
class="text-[#bdf18f] bg-[#bdf18f]"
/* SCSS */
$brand: #bdf18f;
/* SwiftUI */
Color(red: 0.741, green: 0.945, blue: 0.561)
/* Android */
Color.parseColor("#bdf18f")Accessibility — WCAG contrast
Aa
#bdf18f on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf18f on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.5%
Blue56.1%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow40.7%
Key (black)5.5%
Color previews
#bdf18f text on a black background
contrast 16.14:1
Card sample
#bdf18f text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf18f;
Background color
Panel with #bdf18f background
background-color: #bdf18f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf18f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 241, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 241, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf18f; background: linear-gradient(135deg, #bdf18f, #8FF1A2);