#35cdda
a balanced, vivid cyan · cool · closest name: turquoise
RGB
53, 205, 218
HSL
185°, 69%, 53%
CMYK
76, 6, 0, 15
Luminance
0.4948
Every format
| HEX | #35cdda |
| RGB | rgb(53, 205, 218) |
| HSL | hsl(185, 69%, 53%) |
| CMYK | cmyk(76%, 6%, 0%, 15%) |
| LAB | lab(75.8 -33.9 -17.6) |
| LCH | lch(75.8 38.2 207.5) |
| OKLCH | oklch(0.778 0.122 203.7) |
Copy-ready code
/* CSS */
color: #35cdda;
background-color: #35cdda;
/* Tailwind (arbitrary) */
class="text-[#35cdda] bg-[#35cdda]"
/* SCSS */
$brand: #35cdda;
/* SwiftUI */
Color(red: 0.208, green: 0.804, blue: 0.855)
/* Android */
Color.parseColor("#35cdda")Accessibility — WCAG contrast
Aa
#35cdda on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35cdda on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green80.4%
Blue85.5%
CMYK percentages
Cyan75.7%
Magenta6.0%
Yellow0.0%
Key (black)14.5%
Color previews
#35cdda text on a black background
contrast 10.90:1
Card sample
#35cdda text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35cdda;
Background color
Panel with #35cdda background
background-color: #35cdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35cdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 205, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 205, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35cdda; background: linear-gradient(135deg, #35cdda, #355FDA);