#bcd466
a balanced, vivid green · cool · closest name: khaki
RGB
188, 212, 102
HSL
73°, 56%, 62%
CMYK
11, 0, 52, 17
Luminance
0.5874
Every format
| HEX | #bcd466 |
| RGB | rgb(188, 212, 102) |
| HSL | hsl(73, 56%, 62%) |
| CMYK | cmyk(11%, 0%, 52%, 17%) |
| LAB | lab(81.2 -24.3 51.1) |
| LCH | lch(81.2 56.6 115.4) |
| OKLCH | oklch(0.829 0.139 119.7) |
Copy-ready code
/* CSS */
color: #bcd466;
background-color: #bcd466;
/* Tailwind (arbitrary) */
class="text-[#bcd466] bg-[#bcd466]"
/* SCSS */
$brand: #bcd466;
/* SwiftUI */
Color(red: 0.737, green: 0.831, blue: 0.400)
/* Android */
Color.parseColor("#bcd466")Accessibility — WCAG contrast
Aa
#bcd466 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcd466 on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green83.1%
Blue40.0%
CMYK percentages
Cyan11.3%
Magenta0.0%
Yellow51.9%
Key (black)16.9%
Color previews
#bcd466 text on a black background
contrast 12.75:1
Card sample
#bcd466 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcd466;
Background color
Panel with #bcd466 background
background-color: #bcd466;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcd466;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 212, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 212, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcd466; background: linear-gradient(135deg, #bcd466, #73D466);