#35b6db
a balanced, vivid cyan · cool · closest name: skyblue
RGB
53, 182, 219
HSL
193°, 70%, 53%
CMYK
76, 17, 0, 14
Luminance
0.3933
Every format
| HEX | #35b6db |
| RGB | rgb(53, 182, 219) |
| HSL | hsl(193, 70%, 53%) |
| CMYK | cmyk(76%, 17%, 0%, 14%) |
| LAB | lab(69.0 -22.2 -28.5) |
| LCH | lch(69.0 36.1 232.0) |
| OKLCH | oklch(0.724 0.120 221.8) |
Copy-ready code
/* CSS */
color: #35b6db;
background-color: #35b6db;
/* Tailwind (arbitrary) */
class="text-[#35b6db] bg-[#35b6db]"
/* SCSS */
$brand: #35b6db;
/* SwiftUI */
Color(red: 0.208, green: 0.714, blue: 0.859)
/* Android */
Color.parseColor("#35b6db")Accessibility — WCAG contrast
Aa
#35b6db on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35b6db on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green71.4%
Blue85.9%
CMYK percentages
Cyan75.8%
Magenta16.9%
Yellow0.0%
Key (black)14.1%
Color previews
#35b6db text on a black background
contrast 8.87:1
Card sample
#35b6db text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35b6db;
Background color
Panel with #35b6db background
background-color: #35b6db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35b6db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 182, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 182, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35b6db; background: linear-gradient(135deg, #35b6db, #3547DB);