#56f521
a balanced, electric green · cool · closest name: lime
RGB
86, 245, 33
HSL
105°, 91%, 55%
CMYK
65, 0, 87, 4
Luminance
0.6739
Every format
| HEX | #56f521 |
| RGB | rgb(86, 245, 33) |
| HSL | hsl(105, 91%, 55%) |
| CMYK | cmyk(65%, 0%, 87%, 4%) |
| LAB | lab(85.7 -74.1 78.1) |
| LCH | lch(85.7 107.7 133.5) |
| OKLCH | oklch(0.853 0.266 140.0) |
Copy-ready code
/* CSS */
color: #56f521;
background-color: #56f521;
/* Tailwind (arbitrary) */
class="text-[#56f521] bg-[#56f521]"
/* SCSS */
$brand: #56f521;
/* SwiftUI */
Color(red: 0.337, green: 0.961, blue: 0.129)
/* Android */
Color.parseColor("#56f521")Accessibility — WCAG contrast
Aa
#56f521 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56f521 on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green96.1%
Blue12.9%
CMYK percentages
Cyan64.9%
Magenta0.0%
Yellow86.5%
Key (black)3.9%
Color previews
#56f521 text on a black background
contrast 14.48:1
Card sample
#56f521 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56f521;
Background color
Panel with #56f521 background
background-color: #56f521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56f521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 245, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 245, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56f521; background: linear-gradient(135deg, #56f521, #21F579);