#53cddf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
83, 205, 223
HSL
188°, 69%, 60%
CMYK
63, 8, 0, 13
Luminance
0.5083
Every format
| HEX | #53cddf |
| RGB | rgb(83, 205, 223) |
| HSL | hsl(188, 69%, 60%) |
| CMYK | cmyk(63%, 8%, 0%, 13%) |
| LAB | lab(76.6 -28.4 -19.0) |
| LCH | lch(76.6 34.2 213.8) |
| OKLCH | oklch(0.787 0.110 208.7) |
Copy-ready code
/* CSS */
color: #53cddf;
background-color: #53cddf;
/* Tailwind (arbitrary) */
class="text-[#53cddf] bg-[#53cddf]"
/* SCSS */
$brand: #53cddf;
/* SwiftUI */
Color(red: 0.325, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#53cddf")Accessibility — WCAG contrast
Aa
#53cddf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53cddf on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green80.4%
Blue87.5%
CMYK percentages
Cyan62.8%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#53cddf text on a black background
contrast 11.17:1
Card sample
#53cddf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53cddf;
Background color
Panel with #53cddf background
background-color: #53cddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53cddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53cddf; background: linear-gradient(135deg, #53cddf, #5370DF);