#bdf66f
a light, electric green · cool · closest name: khaki
RGB
189, 246, 111
HSL
85°, 88%, 70%
CMYK
23, 0, 55, 4
Luminance
0.7788
Every format
| HEX | #bdf66f |
| RGB | rgb(189, 246, 111) |
| HSL | hsl(85, 88%, 70%) |
| CMYK | cmyk(23%, 0%, 55%, 4%) |
| LAB | lab(90.7 -38.8 58.2) |
| LCH | lch(90.7 70.0 123.7) |
| OKLCH | oklch(0.907 0.175 128.5) |
Copy-ready code
/* CSS */
color: #bdf66f;
background-color: #bdf66f;
/* Tailwind (arbitrary) */
class="text-[#bdf66f] bg-[#bdf66f]"
/* SCSS */
$brand: #bdf66f;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.435)
/* Android */
Color.parseColor("#bdf66f")Accessibility — WCAG contrast
Aa
#bdf66f on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf66f on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue43.5%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow54.9%
Key (black)3.5%
Color previews
#bdf66f text on a black background
contrast 16.58:1
Card sample
#bdf66f text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf66f;
Background color
Panel with #bdf66f background
background-color: #bdf66f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf66f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf66f; background: linear-gradient(135deg, #bdf66f, #6FF67B);