#5ce0af
a balanced, vivid green · cool · closest name: aquamarine
RGB
92, 224, 175
HSL
158°, 68%, 62%
CMYK
59, 0, 22, 12
Luminance
0.5868
Every format
| HEX | #5ce0af |
| RGB | rgb(92, 224, 175) |
| HSL | hsl(158, 68%, 62%) |
| CMYK | cmyk(59%, 0%, 22%, 12%) |
| LAB | lab(81.1 -47.7 13.3) |
| LCH | lch(81.1 49.5 164.4) |
| OKLCH | oklch(0.820 0.137 165.5) |
Copy-ready code
/* CSS */
color: #5ce0af;
background-color: #5ce0af;
/* Tailwind (arbitrary) */
class="text-[#5ce0af] bg-[#5ce0af]"
/* SCSS */
$brand: #5ce0af;
/* SwiftUI */
Color(red: 0.361, green: 0.878, blue: 0.686)
/* Android */
Color.parseColor("#5ce0af")Accessibility — WCAG contrast
Aa
#5ce0af on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ce0af on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green87.8%
Blue68.6%
CMYK percentages
Cyan58.9%
Magenta0.0%
Yellow21.9%
Key (black)12.2%
Color previews
#5ce0af text on a black background
contrast 12.74:1
Card sample
#5ce0af text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ce0af;
Background color
Panel with #5ce0af background
background-color: #5ce0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ce0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 224, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 224, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ce0af; background: linear-gradient(135deg, #5ce0af, #5CB9E0);