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