#bcd652
a balanced, vivid green · cool · closest name: khaki
RGB
188, 214, 82
HSL
72°, 62%, 58%
CMYK
12, 0, 62, 16
Luminance
0.5939
Every format
| HEX | #bcd652 |
| RGB | rgb(188, 214, 82) |
| HSL | hsl(72, 62%, 58%) |
| CMYK | cmyk(12%, 0%, 62%, 16%) |
| LAB | lab(81.5 -26.9 60.4) |
| LCH | lch(81.5 66.1 114.0) |
| OKLCH | oklch(0.831 0.159 119.4) |
Copy-ready code
/* CSS */
color: #bcd652;
background-color: #bcd652;
/* Tailwind (arbitrary) */
class="text-[#bcd652] bg-[#bcd652]"
/* SCSS */
$brand: #bcd652;
/* SwiftUI */
Color(red: 0.737, green: 0.839, blue: 0.322)
/* Android */
Color.parseColor("#bcd652")Accessibility — WCAG contrast
Aa
#bcd652 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcd652 on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green83.9%
Blue32.2%
CMYK percentages
Cyan12.1%
Magenta0.0%
Yellow61.7%
Key (black)16.1%
Color previews
#bcd652 text on a black background
contrast 12.88:1
Card sample
#bcd652 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcd652;
Background color
Panel with #bcd652 background
background-color: #bcd652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcd652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 214, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 214, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcd652; background: linear-gradient(135deg, #bcd652, #64D652);