#5cf9ac
a light, electric green · cool · closest name: aquamarine
RGB
92, 249, 172
HSL
151°, 93%, 67%
CMYK
63, 0, 31, 2
Luminance
0.7301
Every format
| HEX | #5cf9ac |
| RGB | rgb(92, 249, 172) |
| HSL | hsl(151, 93%, 67%) |
| CMYK | cmyk(63%, 0%, 31%, 2%) |
| LAB | lab(88.5 -58.4 25.1) |
| LCH | lch(88.5 63.6 156.8) |
| OKLCH | oklch(0.880 0.171 158.3) |
Copy-ready code
/* CSS */
color: #5cf9ac;
background-color: #5cf9ac;
/* Tailwind (arbitrary) */
class="text-[#5cf9ac] bg-[#5cf9ac]"
/* SCSS */
$brand: #5cf9ac;
/* SwiftUI */
Color(red: 0.361, green: 0.976, blue: 0.675)
/* Android */
Color.parseColor("#5cf9ac")Accessibility — WCAG contrast
Aa
#5cf9ac on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cf9ac on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green97.6%
Blue67.5%
CMYK percentages
Cyan63.1%
Magenta0.0%
Yellow30.9%
Key (black)2.4%
Color previews
#5cf9ac text on a black background
contrast 15.60:1
Card sample
#5cf9ac text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cf9ac;
Background color
Panel with #5cf9ac background
background-color: #5cf9ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cf9ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 249, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 249, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cf9ac; background: linear-gradient(135deg, #5cf9ac, #5CDDF9);