#53afcc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
83, 175, 204
HSL
194°, 54%, 56%
CMYK
59, 14, 0, 20
Luminance
0.3686
Every format
| HEX | #53afcc |
| RGB | rgb(83, 175, 204) |
| HSL | hsl(194, 54%, 56%) |
| CMYK | cmyk(59%, 14%, 0%, 20%) |
| LAB | lab(67.2 -18.8 -23.0) |
| LCH | lch(67.2 29.7 230.6) |
| OKLCH | oklch(0.709 0.097 221.4) |
Copy-ready code
/* CSS */
color: #53afcc;
background-color: #53afcc;
/* Tailwind (arbitrary) */
class="text-[#53afcc] bg-[#53afcc]"
/* SCSS */
$brand: #53afcc;
/* SwiftUI */
Color(red: 0.325, green: 0.686, blue: 0.800)
/* Android */
Color.parseColor("#53afcc")Accessibility — WCAG contrast
Aa
#53afcc on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53afcc on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green68.6%
Blue80.0%
CMYK percentages
Cyan59.3%
Magenta14.2%
Yellow0.0%
Key (black)20.0%
Color previews
#53afcc text on a black background
contrast 8.37:1
Card sample
#53afcc text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53afcc;
Background color
Panel with #53afcc background
background-color: #53afcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53afcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 175, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 175, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53afcc; background: linear-gradient(135deg, #53afcc, #535ECC);