#b3d52f
a balanced, vivid green · cool · closest name: yellow
RGB
179, 213, 47
HSL
72°, 66%, 51%
CMYK
16, 0, 78, 17
Luminance
0.5738
Every format
| HEX | #b3d52f |
| RGB | rgb(179, 213, 47) |
| HSL | hsl(72, 66%, 51%) |
| CMYK | cmyk(16%, 0%, 78%, 17%) |
| LAB | lab(80.4 -31.9 71.6) |
| LCH | lch(80.4 78.4 114.0) |
| OKLCH | oklch(0.820 0.183 121.1) |
Copy-ready code
/* CSS */
color: #b3d52f;
background-color: #b3d52f;
/* Tailwind (arbitrary) */
class="text-[#b3d52f] bg-[#b3d52f]"
/* SCSS */
$brand: #b3d52f;
/* SwiftUI */
Color(red: 0.702, green: 0.835, blue: 0.184)
/* Android */
Color.parseColor("#b3d52f")Accessibility — WCAG contrast
Aa
#b3d52f on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3d52f on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green83.5%
Blue18.4%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow77.9%
Key (black)16.5%
Color previews
#b3d52f text on a black background
contrast 12.48:1
Card sample
#b3d52f text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3d52f;
Background color
Panel with #b3d52f background
background-color: #b3d52f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3d52f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 213, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 213, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3d52f; background: linear-gradient(135deg, #b3d52f, #44D52F);