#b0dc2f
a balanced, vivid green · cool · closest name: yellow
RGB
176, 220, 47
HSL
75°, 71%, 52%
CMYK
20, 0, 79, 14
Luminance
0.6062
Every format
| HEX | #b0dc2f |
| RGB | rgb(176, 220, 47) |
| HSL | hsl(75, 71%, 52%) |
| CMYK | cmyk(20%, 0%, 79%, 14%) |
| LAB | lab(82.2 -36.3 73.2) |
| LCH | lch(82.2 81.7 116.4) |
| OKLCH | oklch(0.834 0.193 123.6) |
Copy-ready code
/* CSS */
color: #b0dc2f;
background-color: #b0dc2f;
/* Tailwind (arbitrary) */
class="text-[#b0dc2f] bg-[#b0dc2f]"
/* SCSS */
$brand: #b0dc2f;
/* SwiftUI */
Color(red: 0.690, green: 0.863, blue: 0.184)
/* Android */
Color.parseColor("#b0dc2f")Accessibility — WCAG contrast
Aa
#b0dc2f on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0dc2f on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green86.3%
Blue18.4%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow78.6%
Key (black)13.7%
Color previews
#b0dc2f text on a black background
contrast 13.12:1
Card sample
#b0dc2f text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0dc2f;
Background color
Panel with #b0dc2f background
background-color: #b0dc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0dc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 220, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 220, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0dc2f; background: linear-gradient(135deg, #b0dc2f, #3DDC2F);