#bdf795
a light, electric green · cool · closest name: khaki
RGB
189, 247, 149
HSL
96°, 86%, 78%
CMYK
24, 0, 40, 3
Luminance
0.7951
Every format
| HEX | #bdf795 |
| RGB | rgb(189, 247, 149) |
| HSL | hsl(96, 86%, 78%) |
| CMYK | cmyk(24%, 0%, 40%, 3%) |
| LAB | lab(91.5 -35.1 41.3) |
| LCH | lch(91.5 54.2 130.4) |
| OKLCH | oklch(0.914 0.140 133.5) |
Copy-ready code
/* CSS */
color: #bdf795;
background-color: #bdf795;
/* Tailwind (arbitrary) */
class="text-[#bdf795] bg-[#bdf795]"
/* SCSS */
$brand: #bdf795;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.584)
/* Android */
Color.parseColor("#bdf795")Accessibility — WCAG contrast
Aa
#bdf795 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf795 on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue58.4%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow39.7%
Key (black)3.1%
Color previews
#bdf795 text on a black background
contrast 16.90:1
Card sample
#bdf795 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf795;
Background color
Panel with #bdf795 background
background-color: #bdf795;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf795;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf795; background: linear-gradient(135deg, #bdf795, #95F7AE);