#b2d52a
a balanced, vivid green · cool · closest name: yellow
RGB
178, 213, 42
HSL
72°, 67%, 50%
CMYK
16, 0, 80, 17
Luminance
0.5722
Every format
| HEX | #b2d52a |
| RGB | rgb(178, 213, 42) |
| HSL | hsl(72, 67%, 50%) |
| CMYK | cmyk(16%, 0%, 80%, 17%) |
| LAB | lab(80.3 -32.5 72.9) |
| LCH | lch(80.3 79.8 114.0) |
| OKLCH | oklch(0.819 0.186 121.3) |
Copy-ready code
/* CSS */
color: #b2d52a;
background-color: #b2d52a;
/* Tailwind (arbitrary) */
class="text-[#b2d52a] bg-[#b2d52a]"
/* SCSS */
$brand: #b2d52a;
/* SwiftUI */
Color(red: 0.698, green: 0.835, blue: 0.165)
/* Android */
Color.parseColor("#b2d52a")Accessibility — WCAG contrast
Aa
#b2d52a on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2d52a on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green83.5%
Blue16.5%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow80.3%
Key (black)16.5%
Color previews
#b2d52a text on a black background
contrast 12.44:1
Card sample
#b2d52a text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2d52a;
Background color
Panel with #b2d52a background
background-color: #b2d52a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2d52a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 213, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 213, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2d52a; background: linear-gradient(135deg, #b2d52a, #40D52A);