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