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