#bdef6c
a light, electric green · cool · closest name: khaki
RGB
189, 239, 108
HSL
83°, 80%, 68%
CMYK
21, 0, 55, 6
Luminance
0.7363
Every format
| HEX | #bdef6c |
| RGB | rgb(189, 239, 108) |
| HSL | hsl(83, 80%, 68%) |
| CMYK | cmyk(21%, 0%, 55%, 6%) |
| LAB | lab(88.8 -36.0 57.3) |
| LCH | lch(88.8 67.6 122.1) |
| OKLCH | oklch(0.891 0.168 127.0) |
Copy-ready code
/* CSS */
color: #bdef6c;
background-color: #bdef6c;
/* Tailwind (arbitrary) */
class="text-[#bdef6c] bg-[#bdef6c]"
/* SCSS */
$brand: #bdef6c;
/* SwiftUI */
Color(red: 0.741, green: 0.937, blue: 0.424)
/* Android */
Color.parseColor("#bdef6c")Accessibility — WCAG contrast
Aa
#bdef6c on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdef6c on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.7%
Blue42.4%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow54.8%
Key (black)6.3%
Color previews
#bdef6c text on a black background
contrast 15.73:1
Card sample
#bdef6c text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdef6c;
Background color
Panel with #bdef6c background
background-color: #bdef6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdef6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 239, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 239, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdef6c; background: linear-gradient(135deg, #bdef6c, #6CEF72);