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