#35b2df
a balanced, vivid cyan · cool · closest name: skyblue
RGB
53, 178, 223
HSL
196°, 73%, 54%
CMYK
76, 20, 0, 13
Luminance
0.3793
Every format
| HEX | #35b2df |
| RGB | rgb(53, 178, 223) |
| HSL | hsl(196, 73%, 54%) |
| CMYK | cmyk(76%, 20%, 0%, 13%) |
| LAB | lab(68.0 -18.8 -32.3) |
| LCH | lch(68.0 37.4 239.7) |
| OKLCH | oklch(0.716 0.124 227.1) |
Copy-ready code
/* CSS */
color: #35b2df;
background-color: #35b2df;
/* Tailwind (arbitrary) */
class="text-[#35b2df] bg-[#35b2df]"
/* SCSS */
$brand: #35b2df;
/* SwiftUI */
Color(red: 0.208, green: 0.698, blue: 0.875)
/* Android */
Color.parseColor("#35b2df")Accessibility — WCAG contrast
Aa
#35b2df on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35b2df on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green69.8%
Blue87.5%
CMYK percentages
Cyan76.2%
Magenta20.2%
Yellow0.0%
Key (black)12.5%
Color previews
#35b2df text on a black background
contrast 8.59:1
Card sample
#35b2df text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35b2df;
Background color
Panel with #35b2df background
background-color: #35b2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35b2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 178, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 178, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35b2df; background: linear-gradient(135deg, #35b2df, #3541DF);