#53cdb7
a balanced, vivid cyan · cool · closest name: turquoise
RGB
83, 205, 183
HSL
169°, 55%, 57%
CMYK
60, 0, 11, 20
Luminance
0.4892
Every format
| HEX | #53cdb7 |
| RGB | rgb(83, 205, 183) |
| HSL | hsl(169, 55%, 57%) |
| CMYK | cmyk(60%, 0%, 11%, 20%) |
| LAB | lab(75.4 -39.2 0.8) |
| LCH | lch(75.4 39.2 178.8) |
| OKLCH | oklch(0.774 0.114 179.2) |
Copy-ready code
/* CSS */
color: #53cdb7;
background-color: #53cdb7;
/* Tailwind (arbitrary) */
class="text-[#53cdb7] bg-[#53cdb7]"
/* SCSS */
$brand: #53cdb7;
/* SwiftUI */
Color(red: 0.325, green: 0.804, blue: 0.718)
/* Android */
Color.parseColor("#53cdb7")Accessibility — WCAG contrast
Aa
#53cdb7 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53cdb7 on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green80.4%
Blue71.8%
CMYK percentages
Cyan59.5%
Magenta0.0%
Yellow10.7%
Key (black)19.6%
Color previews
#53cdb7 text on a black background
contrast 10.78:1
Card sample
#53cdb7 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53cdb7;
Background color
Panel with #53cdb7 background
background-color: #53cdb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53cdb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 205, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 205, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53cdb7; background: linear-gradient(135deg, #53cdb7, #5392CD);