#bdf38f
a light, electric green · cool · closest name: khaki
RGB
189, 243, 143
HSL
92°, 81%, 76%
CMYK
22, 0, 41, 5
Luminance
0.7690
Every format
| HEX | #bdf38f |
| RGB | rgb(189, 243, 143) |
| HSL | hsl(92, 81%, 76%) |
| CMYK | cmyk(22%, 0%, 41%, 5%) |
| LAB | lab(90.3 -34.0 42.7) |
| LCH | lch(90.3 54.6 128.5) |
| OKLCH | oklch(0.904 0.140 131.8) |
Copy-ready code
/* CSS */
color: #bdf38f;
background-color: #bdf38f;
/* Tailwind (arbitrary) */
class="text-[#bdf38f] bg-[#bdf38f]"
/* SCSS */
$brand: #bdf38f;
/* SwiftUI */
Color(red: 0.741, green: 0.953, blue: 0.561)
/* Android */
Color.parseColor("#bdf38f")Accessibility — WCAG contrast
Aa
#bdf38f on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf38f on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.3%
Blue56.1%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow41.2%
Key (black)4.7%
Color previews
#bdf38f text on a black background
contrast 16.38:1
Card sample
#bdf38f text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf38f;
Background color
Panel with #bdf38f background
background-color: #bdf38f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf38f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 243, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 243, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf38f; background: linear-gradient(135deg, #bdf38f, #8FF3A4);