#5aceba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
90, 206, 186
HSL
170°, 54%, 58%
CMYK
56, 0, 10, 19
Luminance
0.4986
Every format
| HEX | #5aceba |
| RGB | rgb(90, 206, 186) |
| HSL | hsl(170, 54%, 58%) |
| CMYK | cmyk(56%, 0%, 10%, 19%) |
| LAB | lab(76.0 -37.6 0.1) |
| LCH | lch(76.0 37.6 179.9) |
| OKLCH | oklch(0.779 0.109 180.2) |
Copy-ready code
/* CSS */
color: #5aceba;
background-color: #5aceba;
/* Tailwind (arbitrary) */
class="text-[#5aceba] bg-[#5aceba]"
/* SCSS */
$brand: #5aceba;
/* SwiftUI */
Color(red: 0.353, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#5aceba")Accessibility — WCAG contrast
Aa
#5aceba on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5aceba on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green80.8%
Blue72.9%
CMYK percentages
Cyan56.3%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#5aceba text on a black background
contrast 10.97:1
Card sample
#5aceba text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5aceba;
Background color
Panel with #5aceba background
background-color: #5aceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5aceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5aceba; background: linear-gradient(135deg, #5aceba, #5A94CE);