#bdf88f
a light, electric green · cool · closest name: khaki
RGB
189, 248, 143
HSL
94°, 88%, 77%
CMYK
24, 0, 42, 3
Luminance
0.7994
Every format
| HEX | #bdf88f |
| RGB | rgb(189, 248, 143) |
| HSL | hsl(94, 88%, 77%) |
| CMYK | cmyk(24%, 0%, 42%, 3%) |
| LAB | lab(91.7 -36.3 44.5) |
| LCH | lch(91.7 57.4 129.2) |
| OKLCH | oklch(0.915 0.147 132.6) |
Copy-ready code
/* CSS */
color: #bdf88f;
background-color: #bdf88f;
/* Tailwind (arbitrary) */
class="text-[#bdf88f] bg-[#bdf88f]"
/* SCSS */
$brand: #bdf88f;
/* SwiftUI */
Color(red: 0.741, green: 0.973, blue: 0.561)
/* Android */
Color.parseColor("#bdf88f")Accessibility — WCAG contrast
Aa
#bdf88f on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf88f on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.3%
Blue56.1%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow42.3%
Key (black)2.7%
Color previews
#bdf88f text on a black background
contrast 16.99:1
Card sample
#bdf88f text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf88f;
Background color
Panel with #bdf88f background
background-color: #bdf88f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf88f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 248, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 248, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf88f; background: linear-gradient(135deg, #bdf88f, #8FF8A7);