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