#35bdfb
a balanced, electric cyan · cool · closest name: skyblue
RGB
53, 189, 251
HSL
199°, 96%, 60%
CMYK
79, 25, 0, 2
Luminance
0.4412
Every format
| HEX | #35bdfb |
| RGB | rgb(53, 189, 251) |
| HSL | hsl(199, 96%, 60%) |
| CMYK | cmyk(79%, 25%, 0%, 2%) |
| LAB | lab(72.3 -15.3 -40.7) |
| LCH | lch(72.3 43.5 249.4) |
| OKLCH | oklch(0.754 0.143 233.7) |
Copy-ready code
/* CSS */
color: #35bdfb;
background-color: #35bdfb;
/* Tailwind (arbitrary) */
class="text-[#35bdfb] bg-[#35bdfb]"
/* SCSS */
$brand: #35bdfb;
/* SwiftUI */
Color(red: 0.208, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#35bdfb")Accessibility — WCAG contrast
Aa
#35bdfb on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35bdfb on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green74.1%
Blue98.4%
CMYK percentages
Cyan78.9%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#35bdfb text on a black background
contrast 9.82:1
Card sample
#35bdfb text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35bdfb;
Background color
Panel with #35bdfb background
background-color: #35bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35bdfb; background: linear-gradient(135deg, #35bdfb, #3539FB);