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