#53afd5
a balanced, vivid cyan · cool · closest name: skyblue
RGB
83, 175, 213
HSL
198°, 61%, 58%
CMYK
61, 18, 0, 17
Luminance
0.3730
Every format
| HEX | #53afd5 |
| RGB | rgb(83, 175, 213) |
| HSL | hsl(198, 61%, 58%) |
| CMYK | cmyk(61%, 18%, 0%, 17%) |
| LAB | lab(67.5 -16.1 -27.4) |
| LCH | lch(67.5 31.8 239.6) |
| OKLCH | oklch(0.713 0.103 227.9) |
Copy-ready code
/* CSS */
color: #53afd5;
background-color: #53afd5;
/* Tailwind (arbitrary) */
class="text-[#53afd5] bg-[#53afd5]"
/* SCSS */
$brand: #53afd5;
/* SwiftUI */
Color(red: 0.325, green: 0.686, blue: 0.835)
/* Android */
Color.parseColor("#53afd5")Accessibility — WCAG contrast
Aa
#53afd5 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53afd5 on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green68.6%
Blue83.5%
CMYK percentages
Cyan61.0%
Magenta17.8%
Yellow0.0%
Key (black)16.5%
Color previews
#53afd5 text on a black background
contrast 8.46:1
Card sample
#53afd5 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53afd5;
Background color
Panel with #53afd5 background
background-color: #53afd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53afd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 175, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 175, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53afd5; background: linear-gradient(135deg, #53afd5, #5358D5);