#b7d52f
a balanced, vivid green · cool · closest name: yellow
RGB
183, 213, 47
HSL
71°, 66%, 51%
CMYK
14, 0, 78, 17
Luminance
0.5786
Every format
| HEX | #b7d52f |
| RGB | rgb(183, 213, 47) |
| HSL | hsl(71, 66%, 51%) |
| CMYK | cmyk(14%, 0%, 78%, 17%) |
| LAB | lab(80.7 -30.3 72.0) |
| LCH | lch(80.7 78.1 112.8) |
| OKLCH | oklch(0.823 0.182 119.9) |
Copy-ready code
/* CSS */
color: #b7d52f;
background-color: #b7d52f;
/* Tailwind (arbitrary) */
class="text-[#b7d52f] bg-[#b7d52f]"
/* SCSS */
$brand: #b7d52f;
/* SwiftUI */
Color(red: 0.718, green: 0.835, blue: 0.184)
/* Android */
Color.parseColor("#b7d52f")Accessibility — WCAG contrast
Aa
#b7d52f on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7d52f on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green83.5%
Blue18.4%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow77.9%
Key (black)16.5%
Color previews
#b7d52f text on a black background
contrast 12.57:1
Card sample
#b7d52f text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7d52f;
Background color
Panel with #b7d52f background
background-color: #b7d52f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7d52f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 213, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 213, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7d52f; background: linear-gradient(135deg, #b7d52f, #49D52F);