#3ccabd
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 202, 189
HSL
175°, 57%, 51%
CMYK
70, 0, 6, 21
Luminance
0.4688
Every format
| HEX | #3ccabd |
| RGB | rgb(60, 202, 189) |
| HSL | hsl(175, 57%, 51%) |
| CMYK | cmyk(70%, 0%, 6%, 21%) |
| LAB | lab(74.1 -40.0 -4.4) |
| LCH | lch(74.1 40.2 186.3) |
| OKLCH | oklch(0.762 0.119 186.0) |
Copy-ready code
/* CSS */
color: #3ccabd;
background-color: #3ccabd;
/* Tailwind (arbitrary) */
class="text-[#3ccabd] bg-[#3ccabd]"
/* SCSS */
$brand: #3ccabd;
/* SwiftUI */
Color(red: 0.235, green: 0.792, blue: 0.741)
/* Android */
Color.parseColor("#3ccabd")Accessibility — WCAG contrast
Aa
#3ccabd on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ccabd on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green79.2%
Blue74.1%
CMYK percentages
Cyan70.3%
Magenta0.0%
Yellow6.4%
Key (black)20.8%
Color previews
#3ccabd text on a black background
contrast 10.38:1
Card sample
#3ccabd text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ccabd;
Background color
Panel with #3ccabd background
background-color: #3ccabd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ccabd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 202, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 202, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ccabd; background: linear-gradient(135deg, #3ccabd, #3C78CA);