#53afd9
a balanced, vivid cyan · cool · closest name: skyblue
RGB
83, 175, 217
HSL
199°, 64%, 59%
CMYK
62, 19, 0, 15
Luminance
0.3751
Every format
| HEX | #53afd9 |
| RGB | rgb(83, 175, 217) |
| HSL | hsl(199, 64%, 59%) |
| CMYK | cmyk(62%, 19%, 0%, 15%) |
| LAB | lab(67.7 -14.9 -29.4) |
| LCH | lch(67.7 32.9 243.2) |
| OKLCH | oklch(0.715 0.106 230.5) |
Copy-ready code
/* CSS */
color: #53afd9;
background-color: #53afd9;
/* Tailwind (arbitrary) */
class="text-[#53afd9] bg-[#53afd9]"
/* SCSS */
$brand: #53afd9;
/* SwiftUI */
Color(red: 0.325, green: 0.686, blue: 0.851)
/* Android */
Color.parseColor("#53afd9")Accessibility — WCAG contrast
Aa
#53afd9 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53afd9 on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green68.6%
Blue85.1%
CMYK percentages
Cyan61.8%
Magenta19.4%
Yellow0.0%
Key (black)14.9%
Color previews
#53afd9 text on a black background
contrast 8.50:1
Card sample
#53afd9 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53afd9;
Background color
Panel with #53afd9 background
background-color: #53afd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53afd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 175, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 175, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53afd9; background: linear-gradient(135deg, #53afd9, #5356D9);