#bdf27c
a light, electric green · cool · closest name: khaki
RGB
189, 242, 124
HSL
87°, 82%, 72%
CMYK
22, 0, 49, 5
Luminance
0.7578
Every format
| HEX | #bdf27c |
| RGB | rgb(189, 242, 124) |
| HSL | hsl(87, 82%, 72%) |
| CMYK | cmyk(22%, 0%, 49%, 5%) |
| LAB | lab(89.8 -35.7 51.2) |
| LCH | lch(89.8 62.4 124.9) |
| OKLCH | oklch(0.899 0.158 129.1) |
Copy-ready code
/* CSS */
color: #bdf27c;
background-color: #bdf27c;
/* Tailwind (arbitrary) */
class="text-[#bdf27c] bg-[#bdf27c]"
/* SCSS */
$brand: #bdf27c;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.486)
/* Android */
Color.parseColor("#bdf27c")Accessibility — WCAG contrast
Aa
#bdf27c on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf27c on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.9%
Blue48.6%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow48.8%
Key (black)5.1%
Color previews
#bdf27c text on a black background
contrast 16.16:1
Card sample
#bdf27c text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf27c;
Background color
Panel with #bdf27c background
background-color: #bdf27c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf27c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 242, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf27c; background: linear-gradient(135deg, #bdf27c, #7CF28A);