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