#bdf694
a light, electric green · cool · closest name: khaki
RGB
189, 246, 148
HSL
95°, 85%, 77%
CMYK
23, 0, 40, 4
Luminance
0.7887
Every format
| HEX | #bdf694 |
| RGB | rgb(189, 246, 148) |
| HSL | hsl(95, 85%, 77%) |
| CMYK | cmyk(23%, 0%, 40%, 4%) |
| LAB | lab(91.2 -34.8 41.4) |
| LCH | lch(91.2 54.1 130.0) |
| OKLCH | oklch(0.912 0.139 133.1) |
Copy-ready code
/* CSS */
color: #bdf694;
background-color: #bdf694;
/* Tailwind (arbitrary) */
class="text-[#bdf694] bg-[#bdf694]"
/* SCSS */
$brand: #bdf694;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.580)
/* Android */
Color.parseColor("#bdf694")Accessibility — WCAG contrast
Aa
#bdf694 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf694 on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue58.0%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow39.8%
Key (black)3.5%
Color previews
#bdf694 text on a black background
contrast 16.77:1
Card sample
#bdf694 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf694;
Background color
Panel with #bdf694 background
background-color: #bdf694;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf694;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf694; background: linear-gradient(135deg, #bdf694, #94F6AC);