#b7d521
a balanced, vivid green · cool · closest name: yellow
RGB
183, 213, 33
HSL
70°, 73%, 48%
CMYK
14, 0, 85, 17
Luminance
0.5777
Every format
| HEX | #b7d521 |
| RGB | rgb(183, 213, 33) |
| HSL | hsl(70, 73%, 48%) |
| CMYK | cmyk(14%, 0%, 85%, 17%) |
| LAB | lab(80.6 -30.8 75.5) |
| LCH | lch(80.6 81.5 112.2) |
| OKLCH | oklch(0.822 0.187 119.7) |
Copy-ready code
/* CSS */
color: #b7d521;
background-color: #b7d521;
/* Tailwind (arbitrary) */
class="text-[#b7d521] bg-[#b7d521]"
/* SCSS */
$brand: #b7d521;
/* SwiftUI */
Color(red: 0.718, green: 0.835, blue: 0.129)
/* Android */
Color.parseColor("#b7d521")Accessibility — WCAG contrast
Aa
#b7d521 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7d521 on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green83.5%
Blue12.9%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow84.5%
Key (black)16.5%
Color previews
#b7d521 text on a black background
contrast 12.55:1
Card sample
#b7d521 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7d521;
Background color
Panel with #b7d521 background
background-color: #b7d521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7d521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 213, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 213, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7d521; background: linear-gradient(135deg, #b7d521, #3FD521);