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