#bcdb68
a balanced, vivid green · cool · closest name: khaki
RGB
188, 219, 104
HSL
76°, 62%, 63%
CMYK
14, 0, 53, 14
Luminance
0.6235
Every format
| HEX | #bcdb68 |
| RGB | rgb(188, 219, 104) |
| HSL | hsl(76, 62%, 63%) |
| CMYK | cmyk(14%, 0%, 53%, 14%) |
| LAB | lab(83.1 -27.4 52.5) |
| LCH | lch(83.1 59.2 117.6) |
| OKLCH | oklch(0.845 0.146 122.1) |
Copy-ready code
/* CSS */
color: #bcdb68;
background-color: #bcdb68;
/* Tailwind (arbitrary) */
class="text-[#bcdb68] bg-[#bcdb68]"
/* SCSS */
$brand: #bcdb68;
/* SwiftUI */
Color(red: 0.737, green: 0.859, blue: 0.408)
/* Android */
Color.parseColor("#bcdb68")Accessibility — WCAG contrast
Aa
#bcdb68 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdb68 on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green85.9%
Blue40.8%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow52.5%
Key (black)14.1%
Color previews
#bcdb68 text on a black background
contrast 13.47:1
Card sample
#bcdb68 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdb68;
Background color
Panel with #bcdb68 background
background-color: #bcdb68;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdb68;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 219, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 219, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdb68; background: linear-gradient(135deg, #bcdb68, #6FDB68);