#35bddf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
53, 189, 223
HSL
192°, 73%, 54%
CMYK
76, 15, 0, 13
Luminance
0.4248
Every format
| HEX | #35bddf |
| RGB | rgb(53, 189, 223) |
| HSL | hsl(192, 73%, 54%) |
| CMYK | cmyk(76%, 15%, 0%, 13%) |
| LAB | lab(71.2 -24.5 -27.3) |
| LCH | lch(71.2 36.7 228.1) |
| OKLCH | oklch(0.742 0.121 218.9) |
Copy-ready code
/* CSS */
color: #35bddf;
background-color: #35bddf;
/* Tailwind (arbitrary) */
class="text-[#35bddf] bg-[#35bddf]"
/* SCSS */
$brand: #35bddf;
/* SwiftUI */
Color(red: 0.208, green: 0.741, blue: 0.875)
/* Android */
Color.parseColor("#35bddf")Accessibility — WCAG contrast
Aa
#35bddf on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35bddf on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green74.1%
Blue87.5%
CMYK percentages
Cyan76.2%
Magenta15.2%
Yellow0.0%
Key (black)12.5%
Color previews
#35bddf text on a black background
contrast 9.50:1
Card sample
#35bddf text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35bddf;
Background color
Panel with #35bddf background
background-color: #35bddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35bddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 189, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 189, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35bddf; background: linear-gradient(135deg, #35bddf, #354CDF);