#5cf8af
a light, electric green · cool · closest name: aquamarine
RGB
92, 248, 175
HSL
152°, 92%, 67%
CMYK
63, 0, 29, 3
Luminance
0.7251
Every format
| HEX | #5cf8af |
| RGB | rgb(92, 248, 175) |
| HSL | hsl(152, 92%, 67%) |
| CMYK | cmyk(63%, 0%, 29%, 3%) |
| LAB | lab(88.2 -57.4 23.2) |
| LCH | lch(88.2 61.9 158.0) |
| OKLCH | oklch(0.878 0.167 159.4) |
Copy-ready code
/* CSS */
color: #5cf8af;
background-color: #5cf8af;
/* Tailwind (arbitrary) */
class="text-[#5cf8af] bg-[#5cf8af]"
/* SCSS */
$brand: #5cf8af;
/* SwiftUI */
Color(red: 0.361, green: 0.973, blue: 0.686)
/* Android */
Color.parseColor("#5cf8af")Accessibility — WCAG contrast
Aa
#5cf8af on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cf8af on black: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green97.3%
Blue68.6%
CMYK percentages
Cyan62.9%
Magenta0.0%
Yellow29.4%
Key (black)2.7%
Color previews
#5cf8af text on a black background
contrast 15.50:1
Card sample
#5cf8af text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cf8af;
Background color
Panel with #5cf8af background
background-color: #5cf8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cf8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 248, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 248, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cf8af; background: linear-gradient(135deg, #5cf8af, #5CD9F8);