#b2cc4a
a balanced, vivid green · cool · closest name: olivedrab
RGB
178, 204, 74
HSL
72°, 56%, 55%
CMYK
13, 0, 64, 20
Luminance
0.5315
Every format
| HEX | #b2cc4a |
| RGB | rgb(178, 204, 74) |
| HSL | hsl(72, 56%, 55%) |
| CMYK | cmyk(13%, 0%, 64%, 20%) |
| LAB | lab(78.0 -26.6 59.7) |
| LCH | lch(78.0 65.4 114.0) |
| OKLCH | oklch(0.801 0.157 119.7) |
Copy-ready code
/* CSS */
color: #b2cc4a;
background-color: #b2cc4a;
/* Tailwind (arbitrary) */
class="text-[#b2cc4a] bg-[#b2cc4a]"
/* SCSS */
$brand: #b2cc4a;
/* SwiftUI */
Color(red: 0.698, green: 0.800, blue: 0.290)
/* Android */
Color.parseColor("#b2cc4a")Accessibility — WCAG contrast
Aa
#b2cc4a on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cc4a on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.0%
Blue29.0%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow63.7%
Key (black)20.0%
Color previews
#b2cc4a text on a black background
contrast 11.63:1
Card sample
#b2cc4a text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cc4a;
Background color
Panel with #b2cc4a background
background-color: #b2cc4a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cc4a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 204, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 204, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cc4a; background: linear-gradient(135deg, #b2cc4a, #5BCC4A);