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