#5cfac8
a light, electric cyan · cool · closest name: aquamarine
RGB
92, 250, 200
HSL
161°, 94%, 67%
CMYK
63, 0, 20, 2
Luminance
0.7482
Every format
| HEX | #5cfac8 |
| RGB | rgb(92, 250, 200) |
| HSL | hsl(161, 94%, 67%) |
| CMYK | cmyk(63%, 0%, 20%, 2%) |
| LAB | lab(89.3 -52.9 11.9) |
| LCH | lch(89.3 54.3 167.3) |
| OKLCH | oklch(0.889 0.151 168.4) |
Copy-ready code
/* CSS */
color: #5cfac8;
background-color: #5cfac8;
/* Tailwind (arbitrary) */
class="text-[#5cfac8] bg-[#5cfac8]"
/* SCSS */
$brand: #5cfac8;
/* SwiftUI */
Color(red: 0.361, green: 0.980, blue: 0.784)
/* Android */
Color.parseColor("#5cfac8")Accessibility — WCAG contrast
Aa
#5cfac8 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cfac8 on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green98.0%
Blue78.4%
CMYK percentages
Cyan63.2%
Magenta0.0%
Yellow20.0%
Key (black)2.0%
Color previews
#5cfac8 text on a black background
contrast 15.96:1
Card sample
#5cfac8 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cfac8;
Background color
Panel with #5cfac8 background
background-color: #5cfac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cfac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 250, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 250, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cfac8; background: linear-gradient(135deg, #5cfac8, #5CC3FA);