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