#b2d913
a balanced, electric green · cool · closest name: yellow
RGB
178, 217, 19
HSL
72°, 84%, 46%
CMYK
18, 0, 91, 15
Luminance
0.5914
Every format
| HEX | #b2d913 |
| RGB | rgb(178, 217, 19) |
| HSL | hsl(72, 84%, 46%) |
| CMYK | cmyk(18%, 0%, 91%, 15%) |
| LAB | lab(81.4 -35.0 78.4) |
| LCH | lch(81.4 85.8 114.0) |
| OKLCH | oklch(0.828 0.197 121.9) |
Copy-ready code
/* CSS */
color: #b2d913;
background-color: #b2d913;
/* Tailwind (arbitrary) */
class="text-[#b2d913] bg-[#b2d913]"
/* SCSS */
$brand: #b2d913;
/* SwiftUI */
Color(red: 0.698, green: 0.851, blue: 0.075)
/* Android */
Color.parseColor("#b2d913")Accessibility — WCAG contrast
Aa
#b2d913 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2d913 on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.1%
Blue7.5%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow91.2%
Key (black)14.9%
Color previews
#b2d913 text on a black background
contrast 12.83:1
Card sample
#b2d913 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2d913;
Background color
Panel with #b2d913 background
background-color: #b2d913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2d913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 217, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 217, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2d913; background: linear-gradient(135deg, #b2d913, #2ED913);