#bdf17d
a light, electric green · cool · closest name: khaki
RGB
189, 241, 125
HSL
87°, 81%, 72%
CMYK
22, 0, 48, 6
Luminance
0.7521
Every format
| HEX | #bdf17d |
| RGB | rgb(189, 241, 125) |
| HSL | hsl(87, 81%, 72%) |
| CMYK | cmyk(22%, 0%, 48%, 6%) |
| LAB | lab(89.5 -35.2 50.4) |
| LCH | lch(89.5 61.4 124.9) |
| OKLCH | oklch(0.897 0.155 129.0) |
Copy-ready code
/* CSS */
color: #bdf17d;
background-color: #bdf17d;
/* Tailwind (arbitrary) */
class="text-[#bdf17d] bg-[#bdf17d]"
/* SCSS */
$brand: #bdf17d;
/* SwiftUI */
Color(red: 0.741, green: 0.945, blue: 0.490)
/* Android */
Color.parseColor("#bdf17d")Accessibility — WCAG contrast
Aa
#bdf17d on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf17d on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.5%
Blue49.0%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow48.1%
Key (black)5.5%
Color previews
#bdf17d text on a black background
contrast 16.04:1
Card sample
#bdf17d text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf17d;
Background color
Panel with #bdf17d background
background-color: #bdf17d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf17d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 241, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 241, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf17d; background: linear-gradient(135deg, #bdf17d, #7DF18A);