#35c3af
a balanced, vivid cyan · cool · closest name: turquoise
RGB
53, 195, 175
HSL
172°, 57%, 49%
CMYK
73, 0, 10, 24
Luminance
0.4288
Every format
| HEX | #35c3af |
| RGB | rgb(53, 195, 175) |
| HSL | hsl(172, 57%, 49%) |
| CMYK | cmyk(73%, 0%, 10%, 24%) |
| LAB | lab(71.5 -41.5 -0.7) |
| LCH | lch(71.5 41.5 180.9) |
| OKLCH | oklch(0.739 0.121 181.2) |
Copy-ready code
/* CSS */
color: #35c3af;
background-color: #35c3af;
/* Tailwind (arbitrary) */
class="text-[#35c3af] bg-[#35c3af]"
/* SCSS */
$brand: #35c3af;
/* SwiftUI */
Color(red: 0.208, green: 0.765, blue: 0.686)
/* Android */
Color.parseColor("#35c3af")Accessibility — WCAG contrast
Aa
#35c3af on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35c3af on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green76.5%
Blue68.6%
CMYK percentages
Cyan72.8%
Magenta0.0%
Yellow10.3%
Key (black)23.5%
Color previews
#35c3af text on a black background
contrast 9.58:1
Card sample
#35c3af text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35c3af;
Background color
Panel with #35c3af background
background-color: #35c3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35c3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 195, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 195, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35c3af; background: linear-gradient(135deg, #35c3af, #3578C3);