#b7dc21
a balanced, vivid green · cool · closest name: yellow
RGB
183, 220, 33
HSL
72°, 74%, 50%
CMYK
17, 0, 85, 14
Luminance
0.6136
Every format
| HEX | #b7dc21 |
| RGB | rgb(183, 220, 33) |
| HSL | hsl(72, 74%, 50%) |
| CMYK | cmyk(17%, 0%, 85%, 14%) |
| LAB | lab(82.6 -34.0 77.1) |
| LCH | lch(82.6 84.3 113.8) |
| OKLCH | oklch(0.838 0.195 121.4) |
Copy-ready code
/* CSS */
color: #b7dc21;
background-color: #b7dc21;
/* Tailwind (arbitrary) */
class="text-[#b7dc21] bg-[#b7dc21]"
/* SCSS */
$brand: #b7dc21;
/* SwiftUI */
Color(red: 0.718, green: 0.863, blue: 0.129)
/* Android */
Color.parseColor("#b7dc21")Accessibility — WCAG contrast
Aa
#b7dc21 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7dc21 on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green86.3%
Blue12.9%
CMYK percentages
Cyan16.8%
Magenta0.0%
Yellow85.0%
Key (black)13.7%
Color previews
#b7dc21 text on a black background
contrast 13.27:1
Card sample
#b7dc21 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7dc21;
Background color
Panel with #b7dc21 background
background-color: #b7dc21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7dc21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 220, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 220, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7dc21; background: linear-gradient(135deg, #b7dc21, #3ADC21);