#35cfda
a balanced, vivid cyan · cool · closest name: turquoise
RGB
53, 207, 218
HSL
184°, 69%, 53%
CMYK
76, 5, 0, 15
Luminance
0.5044
Every format
| HEX | #35cfda |
| RGB | rgb(53, 207, 218) |
| HSL | hsl(184, 69%, 53%) |
| CMYK | cmyk(76%, 5%, 0%, 15%) |
| LAB | lab(76.3 -34.8 -16.7) |
| LCH | lch(76.3 38.6 205.7) |
| OKLCH | oklch(0.783 0.123 202.3) |
Copy-ready code
/* CSS */
color: #35cfda;
background-color: #35cfda;
/* Tailwind (arbitrary) */
class="text-[#35cfda] bg-[#35cfda]"
/* SCSS */
$brand: #35cfda;
/* SwiftUI */
Color(red: 0.208, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#35cfda")Accessibility — WCAG contrast
Aa
#35cfda on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35cfda on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green81.2%
Blue85.5%
CMYK percentages
Cyan75.7%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#35cfda text on a black background
contrast 11.09:1
Card sample
#35cfda text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35cfda;
Background color
Panel with #35cfda background
background-color: #35cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35cfda; background: linear-gradient(135deg, #35cfda, #3561DA);