#53adcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
83, 173, 207
HSL
197°, 56%, 57%
CMYK
60, 16, 0, 19
Luminance
0.3623
Every format
| HEX | #53adcf |
| RGB | rgb(83, 173, 207) |
| HSL | hsl(197, 56%, 57%) |
| CMYK | cmyk(60%, 16%, 0%, 19%) |
| LAB | lab(66.7 -16.9 -25.3) |
| LCH | lch(66.7 30.4 236.3) |
| OKLCH | oklch(0.706 0.099 225.6) |
Copy-ready code
/* CSS */
color: #53adcf;
background-color: #53adcf;
/* Tailwind (arbitrary) */
class="text-[#53adcf] bg-[#53adcf]"
/* SCSS */
$brand: #53adcf;
/* SwiftUI */
Color(red: 0.325, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#53adcf")Accessibility — WCAG contrast
Aa
#53adcf on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53adcf on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green67.8%
Blue81.2%
CMYK percentages
Cyan59.9%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#53adcf text on a black background
contrast 8.25:1
Card sample
#53adcf text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53adcf;
Background color
Panel with #53adcf background
background-color: #53adcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53adcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53adcf; background: linear-gradient(135deg, #53adcf, #535ACF);