#53bddf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
83, 189, 223
HSL
195°, 69%, 60%
CMYK
63, 15, 0, 13
Luminance
0.4356
Every format
| HEX | #53bddf |
| RGB | rgb(83, 189, 223) |
| HSL | hsl(195, 69%, 60%) |
| CMYK | cmyk(63%, 15%, 0%, 13%) |
| LAB | lab(71.9 -20.4 -26.1) |
| LCH | lch(71.9 33.1 232.0) |
| OKLCH | oklch(0.750 0.108 222.3) |
Copy-ready code
/* CSS */
color: #53bddf;
background-color: #53bddf;
/* Tailwind (arbitrary) */
class="text-[#53bddf] bg-[#53bddf]"
/* SCSS */
$brand: #53bddf;
/* SwiftUI */
Color(red: 0.325, green: 0.741, blue: 0.875)
/* Android */
Color.parseColor("#53bddf")Accessibility — WCAG contrast
Aa
#53bddf on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53bddf on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green74.1%
Blue87.5%
CMYK percentages
Cyan62.8%
Magenta15.2%
Yellow0.0%
Key (black)12.5%
Color previews
#53bddf text on a black background
contrast 9.71:1
Card sample
#53bddf text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53bddf;
Background color
Panel with #53bddf background
background-color: #53bddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53bddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 189, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 189, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53bddf; background: linear-gradient(135deg, #53bddf, #5360DF);