#5cefcf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
92, 239, 207
HSL
167°, 82%, 65%
CMYK
62, 0, 13, 6
Luminance
0.6851
Every format
| HEX | #5cefcf |
| RGB | rgb(92, 239, 207) |
| HSL | hsl(167, 82%, 65%) |
| CMYK | cmyk(62%, 0%, 13%, 6%) |
| LAB | lab(86.3 -46.7 3.9) |
| LCH | lch(86.3 46.9 175.3) |
| OKLCH | oklch(0.865 0.134 175.9) |
Copy-ready code
/* CSS */
color: #5cefcf;
background-color: #5cefcf;
/* Tailwind (arbitrary) */
class="text-[#5cefcf] bg-[#5cefcf]"
/* SCSS */
$brand: #5cefcf;
/* SwiftUI */
Color(red: 0.361, green: 0.937, blue: 0.812)
/* Android */
Color.parseColor("#5cefcf")Accessibility — WCAG contrast
Aa
#5cefcf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cefcf on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green93.7%
Blue81.2%
CMYK percentages
Cyan61.5%
Magenta0.0%
Yellow13.4%
Key (black)6.3%
Color previews
#5cefcf text on a black background
contrast 14.70:1
Card sample
#5cefcf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cefcf;
Background color
Panel with #5cefcf background
background-color: #5cefcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cefcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 239, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 239, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cefcf; background: linear-gradient(135deg, #5cefcf, #5CADEF);