#5af810
a balanced, electric green · cool · closest name: lime
RGB
90, 248, 16
HSL
101°, 94%, 52%
CMYK
64, 0, 94, 3
Luminance
0.6935
Every format
| HEX | #5af810 |
| RGB | rgb(90, 248, 16) |
| HSL | hsl(101, 94%, 52%) |
| CMYK | cmyk(64%, 0%, 94%, 3%) |
| LAB | lab(86.7 -74.6 81.5) |
| LCH | lch(86.7 110.5 132.5) |
| OKLCH | oklch(0.861 0.271 139.4) |
Copy-ready code
/* CSS */
color: #5af810;
background-color: #5af810;
/* Tailwind (arbitrary) */
class="text-[#5af810] bg-[#5af810]"
/* SCSS */
$brand: #5af810;
/* SwiftUI */
Color(red: 0.353, green: 0.973, blue: 0.063)
/* Android */
Color.parseColor("#5af810")Accessibility — WCAG contrast
Aa
#5af810 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5af810 on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green97.3%
Blue6.3%
CMYK percentages
Cyan63.7%
Magenta0.0%
Yellow93.5%
Key (black)2.7%
Color previews
#5af810 text on a black background
contrast 14.87:1
Card sample
#5af810 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5af810;
Background color
Panel with #5af810 background
background-color: #5af810;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5af810;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 248, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 248, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5af810; background: linear-gradient(135deg, #5af810, #10F861);