#bcdf68
a balanced, vivid green · cool · closest name: khaki
RGB
188, 223, 104
HSL
78°, 65%, 64%
CMYK
16, 0, 53, 13
Luminance
0.6447
Every format
| HEX | #bcdf68 |
| RGB | rgb(188, 223, 104) |
| HSL | hsl(78, 65%, 64%) |
| CMYK | cmyk(16%, 0%, 53%, 13%) |
| LAB | lab(84.2 -29.3 53.8) |
| LCH | lch(84.2 61.3 118.6) |
| OKLCH | oklch(0.854 0.151 123.2) |
Copy-ready code
/* CSS */
color: #bcdf68;
background-color: #bcdf68;
/* Tailwind (arbitrary) */
class="text-[#bcdf68] bg-[#bcdf68]"
/* SCSS */
$brand: #bcdf68;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.408)
/* Android */
Color.parseColor("#bcdf68")Accessibility — WCAG contrast
Aa
#bcdf68 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdf68 on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue40.8%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow53.4%
Key (black)12.5%
Color previews
#bcdf68 text on a black background
contrast 13.89:1
Card sample
#bcdf68 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdf68;
Background color
Panel with #bcdf68 background
background-color: #bcdf68;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdf68;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdf68; background: linear-gradient(135deg, #bcdf68, #6DDF68);