#53cfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
83, 207, 188
HSL
171°, 56%, 57%
CMYK
60, 0, 9, 19
Luminance
0.5010
Every format
| HEX | #53cfbc |
| RGB | rgb(83, 207, 188) |
| HSL | hsl(171, 56%, 57%) |
| CMYK | cmyk(60%, 0%, 9%, 19%) |
| LAB | lab(76.1 -38.9 -0.8) |
| LCH | lch(76.1 38.9 181.2) |
| OKLCH | oklch(0.780 0.113 181.4) |
Copy-ready code
/* CSS */
color: #53cfbc;
background-color: #53cfbc;
/* Tailwind (arbitrary) */
class="text-[#53cfbc] bg-[#53cfbc]"
/* SCSS */
$brand: #53cfbc;
/* SwiftUI */
Color(red: 0.325, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#53cfbc")Accessibility — WCAG contrast
Aa
#53cfbc on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53cfbc on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green81.2%
Blue73.7%
CMYK percentages
Cyan59.9%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#53cfbc text on a black background
contrast 11.02:1
Card sample
#53cfbc text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53cfbc;
Background color
Panel with #53cfbc background
background-color: #53cfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53cfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53cfbc; background: linear-gradient(135deg, #53cfbc, #538FCF);