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