#53cccf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
83, 204, 207
HSL
182°, 56%, 57%
CMYK
60, 1, 0, 19
Luminance
0.4953
Every format
| HEX | #53cccf |
| RGB | rgb(83, 204, 207) |
| HSL | hsl(182, 56%, 57%) |
| CMYK | cmyk(60%, 1%, 0%, 19%) |
| LAB | lab(75.8 -32.4 -11.6) |
| LCH | lch(75.8 34.4 199.7) |
| OKLCH | oklch(0.779 0.107 197.5) |
Copy-ready code
/* CSS */
color: #53cccf;
background-color: #53cccf;
/* Tailwind (arbitrary) */
class="text-[#53cccf] bg-[#53cccf]"
/* SCSS */
$brand: #53cccf;
/* SwiftUI */
Color(red: 0.325, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#53cccf")Accessibility — WCAG contrast
Aa
#53cccf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53cccf on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green80.0%
Blue81.2%
CMYK percentages
Cyan59.9%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#53cccf text on a black background
contrast 10.91:1
Card sample
#53cccf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53cccf;
Background color
Panel with #53cccf background
background-color: #53cccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53cccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53cccf; background: linear-gradient(135deg, #53cccf, #5379CF);