#bdef95
a light, vivid green · cool · closest name: khaki
RGB
189, 239, 149
HSL
93°, 74%, 76%
CMYK
21, 0, 38, 6
Luminance
0.7472
Every format
| HEX | #bdef95 |
| RGB | rgb(189, 239, 149) |
| HSL | hsl(93, 74%, 76%) |
| CMYK | cmyk(21%, 0%, 38%, 6%) |
| LAB | lab(89.3 -31.4 38.5) |
| LCH | lch(89.3 49.6 129.2) |
| OKLCH | oklch(0.896 0.128 132.2) |
Copy-ready code
/* CSS */
color: #bdef95;
background-color: #bdef95;
/* Tailwind (arbitrary) */
class="text-[#bdef95] bg-[#bdef95]"
/* SCSS */
$brand: #bdef95;
/* SwiftUI */
Color(red: 0.741, green: 0.937, blue: 0.584)
/* Android */
Color.parseColor("#bdef95")Accessibility — WCAG contrast
Aa
#bdef95 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdef95 on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.7%
Blue58.4%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow37.7%
Key (black)6.3%
Color previews
#bdef95 text on a black background
contrast 15.94:1
Card sample
#bdef95 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdef95;
Background color
Panel with #bdef95 background
background-color: #bdef95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdef95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 239, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 239, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdef95; background: linear-gradient(135deg, #bdef95, #95EFA9);