#5ccace
a balanced, vivid cyan · cool · closest name: turquoise
RGB
92, 202, 206
HSL
182°, 54%, 58%
CMYK
55, 2, 0, 19
Luminance
0.4897
Every format
| HEX | #5ccace |
| RGB | rgb(92, 202, 206) |
| HSL | hsl(182, 54%, 58%) |
| CMYK | cmyk(55%, 2%, 0%, 19%) |
| LAB | lab(75.4 -30.1 -11.5) |
| LCH | lch(75.4 32.2 201.0) |
| OKLCH | oklch(0.777 0.100 198.5) |
Copy-ready code
/* CSS */
color: #5ccace;
background-color: #5ccace;
/* Tailwind (arbitrary) */
class="text-[#5ccace] bg-[#5ccace]"
/* SCSS */
$brand: #5ccace;
/* SwiftUI */
Color(red: 0.361, green: 0.792, blue: 0.808)
/* Android */
Color.parseColor("#5ccace")Accessibility — WCAG contrast
Aa
#5ccace on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ccace on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green79.2%
Blue80.8%
CMYK percentages
Cyan55.3%
Magenta1.9%
Yellow0.0%
Key (black)19.2%
Color previews
#5ccace text on a black background
contrast 10.79:1
Card sample
#5ccace text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ccace;
Background color
Panel with #5ccace background
background-color: #5ccace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ccace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 202, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 202, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ccace; background: linear-gradient(135deg, #5ccace, #5C7ECE);