#bdf68b
a light, electric green · cool · closest name: khaki
RGB
189, 246, 139
HSL
92°, 86%, 76%
CMYK
23, 0, 44, 4
Luminance
0.7859
Every format
| HEX | #bdf68b |
| RGB | rgb(189, 246, 139) |
| HSL | hsl(92, 86%, 76%) |
| CMYK | cmyk(23%, 0%, 44%, 4%) |
| LAB | lab(91.0 -35.9 45.6) |
| LCH | lch(91.0 58.0 128.2) |
| OKLCH | oklch(0.910 0.148 131.7) |
Copy-ready code
/* CSS */
color: #bdf68b;
background-color: #bdf68b;
/* Tailwind (arbitrary) */
class="text-[#bdf68b] bg-[#bdf68b]"
/* SCSS */
$brand: #bdf68b;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.545)
/* Android */
Color.parseColor("#bdf68b")Accessibility — WCAG contrast
Aa
#bdf68b on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf68b on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue54.5%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow43.5%
Key (black)3.5%
Color previews
#bdf68b text on a black background
contrast 16.72:1
Card sample
#bdf68b text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf68b;
Background color
Panel with #bdf68b background
background-color: #bdf68b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf68b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf68b; background: linear-gradient(135deg, #bdf68b, #8BF6A0);