#bdf697
a light, electric green · cool · closest name: khaki
RGB
189, 246, 151
HSL
96°, 84%, 78%
CMYK
23, 0, 39, 4
Luminance
0.7896
Every format
| HEX | #bdf697 |
| RGB | rgb(189, 246, 151) |
| HSL | hsl(96, 84%, 78%) |
| CMYK | cmyk(23%, 0%, 39%, 4%) |
| LAB | lab(91.2 -34.4 40.0) |
| LCH | lch(91.2 52.7 130.7) |
| OKLCH | oklch(0.912 0.136 133.7) |
Copy-ready code
/* CSS */
color: #bdf697;
background-color: #bdf697;
/* Tailwind (arbitrary) */
class="text-[#bdf697] bg-[#bdf697]"
/* SCSS */
$brand: #bdf697;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.592)
/* Android */
Color.parseColor("#bdf697")Accessibility — WCAG contrast
Aa
#bdf697 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf697 on black: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue59.2%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow38.6%
Key (black)3.5%
Color previews
#bdf697 text on a black background
contrast 16.79:1
Card sample
#bdf697 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf697;
Background color
Panel with #bdf697 background
background-color: #bdf697;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf697;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf697; background: linear-gradient(135deg, #bdf697, #97F6B0);