#53cfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
83, 207, 223
HSL
187°, 69%, 60%
CMYK
63, 7, 0, 13
Luminance
0.5179
Every format
| HEX | #53cfdf |
| RGB | rgb(83, 207, 223) |
| HSL | hsl(187, 69%, 60%) |
| CMYK | cmyk(63%, 7%, 0%, 13%) |
| LAB | lab(77.2 -29.4 -18.1) |
| LCH | lch(77.2 34.5 211.7) |
| OKLCH | oklch(0.792 0.111 207.1) |
Copy-ready code
/* CSS */
color: #53cfdf;
background-color: #53cfdf;
/* Tailwind (arbitrary) */
class="text-[#53cfdf] bg-[#53cfdf]"
/* SCSS */
$brand: #53cfdf;
/* SwiftUI */
Color(red: 0.325, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#53cfdf")Accessibility — WCAG contrast
Aa
#53cfdf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53cfdf on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green81.2%
Blue87.5%
CMYK percentages
Cyan62.8%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#53cfdf text on a black background
contrast 11.36:1
Card sample
#53cfdf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53cfdf;
Background color
Panel with #53cfdf background
background-color: #53cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53cfdf; background: linear-gradient(135deg, #53cfdf, #5372DF);