#bdf898
a light, electric green · cool · closest name: khaki
RGB
189, 248, 152
HSL
97°, 87%, 78%
CMYK
24, 0, 39, 3
Luminance
0.8022
Every format
| HEX | #bdf898 |
| RGB | rgb(189, 248, 152) |
| HSL | hsl(97, 87%, 78%) |
| CMYK | cmyk(24%, 0%, 39%, 3%) |
| LAB | lab(91.8 -35.1 40.2) |
| LCH | lch(91.8 53.4 131.1) |
| OKLCH | oklch(0.917 0.138 134.1) |
Copy-ready code
/* CSS */
color: #bdf898;
background-color: #bdf898;
/* Tailwind (arbitrary) */
class="text-[#bdf898] bg-[#bdf898]"
/* SCSS */
$brand: #bdf898;
/* SwiftUI */
Color(red: 0.741, green: 0.973, blue: 0.596)
/* Android */
Color.parseColor("#bdf898")Accessibility — WCAG contrast
Aa
#bdf898 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf898 on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.3%
Blue59.6%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow38.7%
Key (black)2.7%
Color previews
#bdf898 text on a black background
contrast 17.04:1
Card sample
#bdf898 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf898;
Background color
Panel with #bdf898 background
background-color: #bdf898;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf898;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 248, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 248, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf898; background: linear-gradient(135deg, #bdf898, #98F8B3);