#53bcdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
83, 188, 223
HSL
195°, 69%, 60%
CMYK
63, 16, 0, 13
Luminance
0.4313
Every format
| HEX | #53bcdf |
| RGB | rgb(83, 188, 223) |
| HSL | hsl(195, 69%, 60%) |
| CMYK | cmyk(63%, 16%, 0%, 13%) |
| LAB | lab(71.6 -19.9 -26.5) |
| LCH | lch(71.6 33.1 233.2) |
| OKLCH | oklch(0.748 0.108 223.1) |
Copy-ready code
/* CSS */
color: #53bcdf;
background-color: #53bcdf;
/* Tailwind (arbitrary) */
class="text-[#53bcdf] bg-[#53bcdf]"
/* SCSS */
$brand: #53bcdf;
/* SwiftUI */
Color(red: 0.325, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#53bcdf")Accessibility — WCAG contrast
Aa
#53bcdf on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53bcdf on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green73.7%
Blue87.5%
CMYK percentages
Cyan62.8%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#53bcdf text on a black background
contrast 9.63:1
Card sample
#53bcdf text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53bcdf;
Background color
Panel with #53bcdf background
background-color: #53bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53bcdf; background: linear-gradient(135deg, #53bcdf, #535FDF);