#b2db4c
a balanced, vivid green · cool · closest name: olivedrab
RGB
178, 219, 76
HSL
77°, 67%, 58%
CMYK
19, 0, 65, 14
Luminance
0.6065
Every format
| HEX | #b2db4c |
| RGB | rgb(178, 219, 76) |
| HSL | hsl(77, 67%, 58%) |
| CMYK | cmyk(19%, 0%, 65%, 14%) |
| LAB | lab(82.2 -33.5 63.4) |
| LCH | lch(82.2 71.7 117.9) |
| OKLCH | oklch(0.835 0.173 123.9) |
Copy-ready code
/* CSS */
color: #b2db4c;
background-color: #b2db4c;
/* Tailwind (arbitrary) */
class="text-[#b2db4c] bg-[#b2db4c]"
/* SCSS */
$brand: #b2db4c;
/* SwiftUI */
Color(red: 0.698, green: 0.859, blue: 0.298)
/* Android */
Color.parseColor("#b2db4c")Accessibility — WCAG contrast
Aa
#b2db4c on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2db4c on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.9%
Blue29.8%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow65.3%
Key (black)14.1%
Color previews
#b2db4c text on a black background
contrast 13.13:1
Card sample
#b2db4c text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2db4c;
Background color
Panel with #b2db4c background
background-color: #b2db4c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2db4c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 219, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 219, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2db4c; background: linear-gradient(135deg, #b2db4c, #53DB4C);