#bdf68f
a light, electric green · cool · closest name: khaki
RGB
189, 246, 143
HSL
93°, 85%, 76%
CMYK
23, 0, 42, 4
Luminance
0.7871
Every format
| HEX | #bdf68f |
| RGB | rgb(189, 246, 143) |
| HSL | hsl(93, 85%, 76%) |
| CMYK | cmyk(23%, 0%, 42%, 4%) |
| LAB | lab(91.1 -35.4 43.8) |
| LCH | lch(91.1 56.3 129.0) |
| OKLCH | oklch(0.911 0.144 132.3) |
Copy-ready code
/* CSS */
color: #bdf68f;
background-color: #bdf68f;
/* Tailwind (arbitrary) */
class="text-[#bdf68f] bg-[#bdf68f]"
/* SCSS */
$brand: #bdf68f;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.561)
/* Android */
Color.parseColor("#bdf68f")Accessibility — WCAG contrast
Aa
#bdf68f on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf68f on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue56.1%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow41.9%
Key (black)3.5%
Color previews
#bdf68f text on a black background
contrast 16.74:1
Card sample
#bdf68f text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf68f;
Background color
Panel with #bdf68f background
background-color: #bdf68f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf68f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf68f; background: linear-gradient(135deg, #bdf68f, #8FF6A6);