#b2da20
a balanced, vivid green · cool · closest name: yellow
RGB
178, 218, 32
HSL
73°, 74%, 49%
CMYK
18, 0, 85, 15
Luminance
0.5971
Every format
| HEX | #b2da20 |
| RGB | rgb(178, 218, 32) |
| HSL | hsl(73, 74%, 49%) |
| CMYK | cmyk(18%, 0%, 85%, 15%) |
| LAB | lab(81.7 -35.1 76.4) |
| LCH | lch(81.7 84.1 114.7) |
| OKLCH | oklch(0.830 0.195 122.3) |
Copy-ready code
/* CSS */
color: #b2da20;
background-color: #b2da20;
/* Tailwind (arbitrary) */
class="text-[#b2da20] bg-[#b2da20]"
/* SCSS */
$brand: #b2da20;
/* SwiftUI */
Color(red: 0.698, green: 0.855, blue: 0.125)
/* Android */
Color.parseColor("#b2da20")Accessibility — WCAG contrast
Aa
#b2da20 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2da20 on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.5%
Blue12.5%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow85.3%
Key (black)14.5%
Color previews
#b2da20 text on a black background
contrast 12.94:1
Card sample
#b2da20 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2da20;
Background color
Panel with #b2da20 background
background-color: #b2da20;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2da20;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 218, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 218, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2da20; background: linear-gradient(135deg, #b2da20, #36DA20);