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