#b2dc3f
a balanced, vivid green · cool · closest name: yellow
RGB
178, 220, 63
HSL
76°, 69%, 56%
CMYK
19, 0, 71, 14
Luminance
0.6101
Every format
| HEX | #b2dc3f |
| RGB | rgb(178, 220, 63) |
| HSL | hsl(76, 69%, 56%) |
| CMYK | cmyk(19%, 0%, 71%, 14%) |
| LAB | lab(82.4 -34.8 68.4) |
| LCH | lch(82.4 76.8 117.0) |
| OKLCH | oklch(0.836 0.183 123.6) |
Copy-ready code
/* CSS */
color: #b2dc3f;
background-color: #b2dc3f;
/* Tailwind (arbitrary) */
class="text-[#b2dc3f] bg-[#b2dc3f]"
/* SCSS */
$brand: #b2dc3f;
/* SwiftUI */
Color(red: 0.698, green: 0.863, blue: 0.247)
/* Android */
Color.parseColor("#b2dc3f")Accessibility — WCAG contrast
Aa
#b2dc3f on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dc3f on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green86.3%
Blue24.7%
CMYK percentages
Cyan19.1%
Magenta0.0%
Yellow71.4%
Key (black)13.7%
Color previews
#b2dc3f text on a black background
contrast 13.20:1
Card sample
#b2dc3f text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dc3f;
Background color
Panel with #b2dc3f background
background-color: #b2dc3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dc3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 220, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 220, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dc3f; background: linear-gradient(135deg, #b2dc3f, #49DC3F);