#bdf08b
a light, electric green · cool · closest name: khaki
RGB
189, 240, 139
HSL
90°, 77%, 74%
CMYK
21, 0, 42, 6
Luminance
0.7500
Every format
| HEX | #bdf08b |
| RGB | rgb(189, 240, 139) |
| HSL | hsl(90, 77%, 74%) |
| CMYK | cmyk(21%, 0%, 42%, 6%) |
| LAB | lab(89.4 -33.1 43.5) |
| LCH | lch(89.4 54.7 127.3) |
| OKLCH | oklch(0.897 0.140 130.6) |
Copy-ready code
/* CSS */
color: #bdf08b;
background-color: #bdf08b;
/* Tailwind (arbitrary) */
class="text-[#bdf08b] bg-[#bdf08b]"
/* SCSS */
$brand: #bdf08b;
/* SwiftUI */
Color(red: 0.741, green: 0.941, blue: 0.545)
/* Android */
Color.parseColor("#bdf08b")Accessibility — WCAG contrast
Aa
#bdf08b on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf08b on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.1%
Blue54.5%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow42.1%
Key (black)5.9%
Color previews
#bdf08b text on a black background
contrast 16.00:1
Card sample
#bdf08b text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf08b;
Background color
Panel with #bdf08b background
background-color: #bdf08b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf08b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 240, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 240, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf08b; background: linear-gradient(135deg, #bdf08b, #8BF09C);