#35ccc3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
53, 204, 195
HSL
176°, 60%, 50%
CMYK
74, 0, 4, 20
Luminance
0.4788
Every format
| HEX | #35ccc3 |
| RGB | rgb(53, 204, 195) |
| HSL | hsl(176, 60%, 50%) |
| CMYK | cmyk(74%, 0%, 4%, 20%) |
| LAB | lab(74.8 -40.1 -6.7) |
| LCH | lch(74.8 40.6 189.5) |
| OKLCH | oklch(0.767 0.122 188.9) |
Copy-ready code
/* CSS */
color: #35ccc3;
background-color: #35ccc3;
/* Tailwind (arbitrary) */
class="text-[#35ccc3] bg-[#35ccc3]"
/* SCSS */
$brand: #35ccc3;
/* SwiftUI */
Color(red: 0.208, green: 0.800, blue: 0.765)
/* Android */
Color.parseColor("#35ccc3")Accessibility — WCAG contrast
Aa
#35ccc3 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35ccc3 on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green80.0%
Blue76.5%
CMYK percentages
Cyan74.0%
Magenta0.0%
Yellow4.4%
Key (black)20.0%
Color previews
#35ccc3 text on a black background
contrast 10.58:1
Card sample
#35ccc3 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35ccc3;
Background color
Panel with #35ccc3 background
background-color: #35ccc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35ccc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 204, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 204, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35ccc3; background: linear-gradient(135deg, #35ccc3, #3570CC);