#35c7fd
a balanced, electric cyan · cool · closest name: skyblue
RGB
53, 199, 253
HSL
196°, 98%, 60%
CMYK
79, 21, 0, 1
Luminance
0.4870
Every format
| HEX | #35c7fd |
| RGB | rgb(53, 199, 253) |
| HSL | hsl(196, 98%, 60%) |
| CMYK | cmyk(79%, 21%, 0%, 1%) |
| LAB | lab(75.3 -19.9 -37.2) |
| LCH | lch(75.3 42.2 241.9) |
| OKLCH | oklch(0.778 0.140 228.5) |
Copy-ready code
/* CSS */
color: #35c7fd;
background-color: #35c7fd;
/* Tailwind (arbitrary) */
class="text-[#35c7fd] bg-[#35c7fd]"
/* SCSS */
$brand: #35c7fd;
/* SwiftUI */
Color(red: 0.208, green: 0.780, blue: 0.992)
/* Android */
Color.parseColor("#35c7fd")Accessibility — WCAG contrast
Aa
#35c7fd on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35c7fd on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green78.0%
Blue99.2%
CMYK percentages
Cyan79.1%
Magenta21.3%
Yellow0.0%
Key (black)0.8%
Color previews
#35c7fd text on a black background
contrast 10.74:1
Card sample
#35c7fd text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35c7fd;
Background color
Panel with #35c7fd background
background-color: #35c7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35c7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 199, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 199, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35c7fd; background: linear-gradient(135deg, #35c7fd, #3542FD);