#5af367
a light, electric green · cool · closest name: lime
RGB
90, 243, 103
HSL
125°, 86%, 65%
CMYK
63, 0, 58, 5
Luminance
0.6725
Every format
| HEX | #5af367 |
| RGB | rgb(90, 243, 103) |
| HSL | hsl(125, 86%, 65%) |
| CMYK | cmyk(63%, 0%, 58%, 5%) |
| LAB | lab(85.6 -67.4 54.8) |
| LCH | lch(85.6 86.9 140.9) |
| OKLCH | oklch(0.854 0.224 144.7) |
Copy-ready code
/* CSS */
color: #5af367;
background-color: #5af367;
/* Tailwind (arbitrary) */
class="text-[#5af367] bg-[#5af367]"
/* SCSS */
$brand: #5af367;
/* SwiftUI */
Color(red: 0.353, green: 0.953, blue: 0.404)
/* Android */
Color.parseColor("#5af367")Accessibility — WCAG contrast
Aa
#5af367 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5af367 on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green95.3%
Blue40.4%
CMYK percentages
Cyan63.0%
Magenta0.0%
Yellow57.6%
Key (black)4.7%
Color previews
#5af367 text on a black background
contrast 14.45:1
Card sample
#5af367 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5af367;
Background color
Panel with #5af367 background
background-color: #5af367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5af367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 243, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 243, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5af367; background: linear-gradient(135deg, #5af367, #5AF3CD);