#5ce4ad
a balanced, vivid green · cool · closest name: aquamarine
RGB
92, 228, 173
HSL
156°, 72%, 63%
CMYK
60, 0, 24, 11
Luminance
0.6078
Every format
| HEX | #5ce4ad |
| RGB | rgb(92, 228, 173) |
| HSL | hsl(156, 72%, 63%) |
| CMYK | cmyk(60%, 0%, 24%, 11%) |
| LAB | lab(82.3 -49.8 16.0) |
| LCH | lch(82.3 52.3 162.2) |
| OKLCH | oklch(0.830 0.143 163.4) |
Copy-ready code
/* CSS */
color: #5ce4ad;
background-color: #5ce4ad;
/* Tailwind (arbitrary) */
class="text-[#5ce4ad] bg-[#5ce4ad]"
/* SCSS */
$brand: #5ce4ad;
/* SwiftUI */
Color(red: 0.361, green: 0.894, blue: 0.678)
/* Android */
Color.parseColor("#5ce4ad")Accessibility — WCAG contrast
Aa
#5ce4ad on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ce4ad on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green89.4%
Blue67.8%
CMYK percentages
Cyan59.6%
Magenta0.0%
Yellow24.1%
Key (black)10.6%
Color previews
#5ce4ad text on a black background
contrast 13.16:1
Card sample
#5ce4ad text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ce4ad;
Background color
Panel with #5ce4ad background
background-color: #5ce4ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ce4ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 228, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 228, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ce4ad; background: linear-gradient(135deg, #5ce4ad, #5CC0E4);