#35cffc
a balanced, electric cyan · cool · closest name: skyblue
RGB
53, 207, 252
HSL
194°, 97%, 60%
CMYK
79, 18, 0, 1
Luminance
0.5241
Every format
| HEX | #35cffc |
| RGB | rgb(53, 207, 252) |
| HSL | hsl(194, 97%, 60%) |
| CMYK | cmyk(79%, 18%, 0%, 1%) |
| LAB | lab(77.5 -24.3 -33.2) |
| LCH | lch(77.5 41.1 233.8) |
| OKLCH | oklch(0.796 0.137 222.9) |
Copy-ready code
/* CSS */
color: #35cffc;
background-color: #35cffc;
/* Tailwind (arbitrary) */
class="text-[#35cffc] bg-[#35cffc]"
/* SCSS */
$brand: #35cffc;
/* SwiftUI */
Color(red: 0.208, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#35cffc")Accessibility — WCAG contrast
Aa
#35cffc on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35cffc on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green81.2%
Blue98.8%
CMYK percentages
Cyan79.0%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#35cffc text on a black background
contrast 11.48:1
Card sample
#35cffc text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35cffc;
Background color
Panel with #35cffc background
background-color: #35cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35cffc; background: linear-gradient(135deg, #35cffc, #354AFC);