#60caca
a balanced, vivid cyan · cool · closest name: turquoise
RGB
96, 202, 202
HSL
180°, 50%, 58%
CMYK
53, 0, 0, 21
Luminance
0.4899
Every format
| HEX | #60caca |
| RGB | rgb(96, 202, 202) |
| HSL | hsl(180, 50%, 58%) |
| CMYK | cmyk(53%, 0%, 0%, 21%) |
| LAB | lab(75.4 -30.4 -9.3) |
| LCH | lch(75.4 31.8 197.1) |
| OKLCH | oklch(0.777 0.098 195.3) |
Copy-ready code
/* CSS */
color: #60caca;
background-color: #60caca;
/* Tailwind (arbitrary) */
class="text-[#60caca] bg-[#60caca]"
/* SCSS */
$brand: #60caca;
/* SwiftUI */
Color(red: 0.376, green: 0.792, blue: 0.792)
/* Android */
Color.parseColor("#60caca")Accessibility — WCAG contrast
Aa
#60caca on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60caca on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green79.2%
Blue79.2%
CMYK percentages
Cyan52.5%
Magenta0.0%
Yellow0.0%
Key (black)20.8%
Color previews
#60caca text on a black background
contrast 10.80:1
Card sample
#60caca text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60caca;
Background color
Panel with #60caca background
background-color: #60caca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60caca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 202, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 202, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60caca; background: linear-gradient(135deg, #60caca, #6083CA);