#35cadf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
53, 202, 223
HSL
187°, 73%, 54%
CMYK
76, 9, 0, 13
Luminance
0.4833
Every format
| HEX | #35cadf |
| RGB | rgb(53, 202, 223) |
| HSL | hsl(187, 73%, 54%) |
| CMYK | cmyk(76%, 9%, 0%, 13%) |
| LAB | lab(75.0 -30.9 -21.4) |
| LCH | lch(75.0 37.6 214.7) |
| OKLCH | oklch(0.773 0.122 209.2) |
Copy-ready code
/* CSS */
color: #35cadf;
background-color: #35cadf;
/* Tailwind (arbitrary) */
class="text-[#35cadf] bg-[#35cadf]"
/* SCSS */
$brand: #35cadf;
/* SwiftUI */
Color(red: 0.208, green: 0.792, blue: 0.875)
/* Android */
Color.parseColor("#35cadf")Accessibility — WCAG contrast
Aa
#35cadf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35cadf on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green79.2%
Blue87.5%
CMYK percentages
Cyan76.2%
Magenta9.4%
Yellow0.0%
Key (black)12.5%
Color previews
#35cadf text on a black background
contrast 10.67:1
Card sample
#35cadf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35cadf;
Background color
Panel with #35cadf background
background-color: #35cadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35cadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 202, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 202, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35cadf; background: linear-gradient(135deg, #35cadf, #3559DF);