#53bccf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
83, 188, 207
HSL
189°, 56%, 57%
CMYK
60, 9, 0, 19
Luminance
0.4231
Every format
| HEX | #53bccf |
| RGB | rgb(83, 188, 207) |
| HSL | hsl(189, 56%, 57%) |
| CMYK | cmyk(60%, 9%, 0%, 19%) |
| LAB | lab(71.1 -24.6 -18.6) |
| LCH | lch(71.1 30.9 217.2) |
| OKLCH | oklch(0.741 0.100 211.3) |
Copy-ready code
/* CSS */
color: #53bccf;
background-color: #53bccf;
/* Tailwind (arbitrary) */
class="text-[#53bccf] bg-[#53bccf]"
/* SCSS */
$brand: #53bccf;
/* SwiftUI */
Color(red: 0.325, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#53bccf")Accessibility — WCAG contrast
Aa
#53bccf on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53bccf on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green73.7%
Blue81.2%
CMYK percentages
Cyan59.9%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#53bccf text on a black background
contrast 9.46:1
Card sample
#53bccf text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53bccf;
Background color
Panel with #53bccf background
background-color: #53bccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53bccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53bccf; background: linear-gradient(135deg, #53bccf, #5369CF);