#b2e038
a balanced, vivid green · cool · closest name: yellow
RGB
178, 224, 56
HSL
76°, 73%, 55%
CMYK
21, 0, 75, 12
Luminance
0.6306
Every format
| HEX | #b2e038 |
| RGB | rgb(178, 224, 56) |
| HSL | hsl(76, 73%, 55%) |
| CMYK | cmyk(21%, 0%, 75%, 12%) |
| LAB | lab(83.5 -37.0 71.8) |
| LCH | lch(83.5 80.7 117.3) |
| OKLCH | oklch(0.845 0.192 124.2) |
Copy-ready code
/* CSS */
color: #b2e038;
background-color: #b2e038;
/* Tailwind (arbitrary) */
class="text-[#b2e038] bg-[#b2e038]"
/* SCSS */
$brand: #b2e038;
/* SwiftUI */
Color(red: 0.698, green: 0.878, blue: 0.220)
/* Android */
Color.parseColor("#b2e038")Accessibility — WCAG contrast
Aa
#b2e038 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2e038 on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green87.8%
Blue22.0%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow75.0%
Key (black)12.2%
Color previews
#b2e038 text on a black background
contrast 13.61:1
Card sample
#b2e038 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2e038;
Background color
Panel with #b2e038 background
background-color: #b2e038;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2e038;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 224, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 224, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2e038; background: linear-gradient(135deg, #b2e038, #42E038);