#35ccdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
53, 204, 223
HSL
187°, 73%, 54%
CMYK
76, 9, 0, 13
Luminance
0.4927
Every format
| HEX | #35ccdf |
| RGB | rgb(53, 204, 223) |
| HSL | hsl(187, 73%, 54%) |
| CMYK | cmyk(76%, 9%, 0%, 13%) |
| LAB | lab(75.6 -31.9 -20.5) |
| LCH | lch(75.6 37.9 212.8) |
| OKLCH | oklch(0.777 0.123 207.8) |
Copy-ready code
/* CSS */
color: #35ccdf;
background-color: #35ccdf;
/* Tailwind (arbitrary) */
class="text-[#35ccdf] bg-[#35ccdf]"
/* SCSS */
$brand: #35ccdf;
/* SwiftUI */
Color(red: 0.208, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#35ccdf")Accessibility — WCAG contrast
Aa
#35ccdf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35ccdf on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green80.0%
Blue87.5%
CMYK percentages
Cyan76.2%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#35ccdf text on a black background
contrast 10.85:1
Card sample
#35ccdf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35ccdf;
Background color
Panel with #35ccdf background
background-color: #35ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35ccdf; background: linear-gradient(135deg, #35ccdf, #355BDF);