#b2dc2d
a balanced, vivid green · cool · closest name: yellow
RGB
178, 220, 45
HSL
74°, 71%, 52%
CMYK
19, 0, 80, 14
Luminance
0.6084
Every format
| HEX | #b2dc2d |
| RGB | rgb(178, 220, 45) |
| HSL | hsl(74, 71%, 52%) |
| CMYK | cmyk(19%, 0%, 80%, 14%) |
| LAB | lab(82.3 -35.6 73.9) |
| LCH | lch(82.3 82.0 115.7) |
| OKLCH | oklch(0.835 0.193 123.0) |
Copy-ready code
/* CSS */
color: #b2dc2d;
background-color: #b2dc2d;
/* Tailwind (arbitrary) */
class="text-[#b2dc2d] bg-[#b2dc2d]"
/* SCSS */
$brand: #b2dc2d;
/* SwiftUI */
Color(red: 0.698, green: 0.863, blue: 0.176)
/* Android */
Color.parseColor("#b2dc2d")Accessibility — WCAG contrast
Aa
#b2dc2d on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dc2d on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green86.3%
Blue17.6%
CMYK percentages
Cyan19.1%
Magenta0.0%
Yellow79.5%
Key (black)13.7%
Color previews
#b2dc2d text on a black background
contrast 13.17:1
Card sample
#b2dc2d text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dc2d;
Background color
Panel with #b2dc2d background
background-color: #b2dc2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dc2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 220, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 220, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dc2d; background: linear-gradient(135deg, #b2dc2d, #3EDC2D);