#53cfda
a balanced, vivid cyan · cool · closest name: skyblue
RGB
83, 207, 218
HSL
185°, 65%, 59%
CMYK
62, 5, 0, 15
Luminance
0.5153
Every format
| HEX | #53cfda |
| RGB | rgb(83, 207, 218) |
| HSL | hsl(185, 65%, 59%) |
| CMYK | cmyk(62%, 5%, 0%, 15%) |
| LAB | lab(77.0 -30.8 -15.7) |
| LCH | lch(77.0 34.6 207.0) |
| OKLCH | oklch(0.790 0.110 203.4) |
Copy-ready code
/* CSS */
color: #53cfda;
background-color: #53cfda;
/* Tailwind (arbitrary) */
class="text-[#53cfda] bg-[#53cfda]"
/* SCSS */
$brand: #53cfda;
/* SwiftUI */
Color(red: 0.325, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#53cfda")Accessibility — WCAG contrast
Aa
#53cfda on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53cfda on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green81.2%
Blue85.5%
CMYK percentages
Cyan61.9%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#53cfda text on a black background
contrast 11.31:1
Card sample
#53cfda text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53cfda;
Background color
Panel with #53cfda background
background-color: #53cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53cfda; background: linear-gradient(135deg, #53cfda, #5375DA);