#35cdfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
53, 205, 253
HSL
194°, 98%, 60%
CMYK
79, 19, 0, 1
Luminance
0.5151
Every format
| HEX | #35cdfd |
| RGB | rgb(53, 205, 253) |
| HSL | hsl(194, 98%, 60%) |
| CMYK | cmyk(79%, 19%, 0%, 1%) |
| LAB | lab(77.0 -22.9 -34.5) |
| LCH | lch(77.0 41.5 236.4) |
| OKLCH | oklch(0.792 0.138 224.7) |
Copy-ready code
/* CSS */
color: #35cdfd;
background-color: #35cdfd;
/* Tailwind (arbitrary) */
class="text-[#35cdfd] bg-[#35cdfd]"
/* SCSS */
$brand: #35cdfd;
/* SwiftUI */
Color(red: 0.208, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#35cdfd")Accessibility — WCAG contrast
Aa
#35cdfd on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35cdfd on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green80.4%
Blue99.2%
CMYK percentages
Cyan79.1%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#35cdfd text on a black background
contrast 11.30:1
Card sample
#35cdfd text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35cdfd;
Background color
Panel with #35cdfd background
background-color: #35cdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35cdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35cdfd; background: linear-gradient(135deg, #35cdfd, #3548FD);