#b2d024
a balanced, vivid green · cool · closest name: yellow
RGB
178, 208, 36
HSL
71°, 71%, 48%
CMYK
14, 0, 83, 18
Luminance
0.5470
Every format
| HEX | #b2d024 |
| RGB | rgb(178, 208, 36) |
| HSL | hsl(71, 71%, 48%) |
| CMYK | cmyk(14%, 0%, 83%, 18%) |
| LAB | lab(78.9 -30.4 73.2) |
| LCH | lch(78.9 79.2 112.6) |
| OKLCH | oklch(0.807 0.183 119.9) |
Copy-ready code
/* CSS */
color: #b2d024;
background-color: #b2d024;
/* Tailwind (arbitrary) */
class="text-[#b2d024] bg-[#b2d024]"
/* SCSS */
$brand: #b2d024;
/* SwiftUI */
Color(red: 0.698, green: 0.816, blue: 0.141)
/* Android */
Color.parseColor("#b2d024")Accessibility — WCAG contrast
Aa
#b2d024 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2d024 on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green81.6%
Blue14.1%
CMYK percentages
Cyan14.4%
Magenta0.0%
Yellow82.7%
Key (black)18.4%
Color previews
#b2d024 text on a black background
contrast 11.94:1
Card sample
#b2d024 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2d024;
Background color
Panel with #b2d024 background
background-color: #b2d024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2d024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 208, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 208, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2d024; background: linear-gradient(135deg, #b2d024, #3FD024);