#53afab
a balanced, soft cyan · cool · closest name: teal
RGB
83, 175, 171
HSL
177°, 37%, 51%
CMYK
53, 0, 2, 31
Luminance
0.3544
Every format
| HEX | #53afab |
| RGB | rgb(83, 175, 171) |
| HSL | hsl(177, 37%, 51%) |
| CMYK | cmyk(53%, 0%, 2%, 31%) |
| LAB | lab(66.1 -28.2 -6.3) |
| LCH | lch(66.1 28.9 192.6) |
| OKLCH | oklch(0.697 0.088 191.5) |
Copy-ready code
/* CSS */
color: #53afab;
background-color: #53afab;
/* Tailwind (arbitrary) */
class="text-[#53afab] bg-[#53afab]"
/* SCSS */
$brand: #53afab;
/* SwiftUI */
Color(red: 0.325, green: 0.686, blue: 0.671)
/* Android */
Color.parseColor("#53afab")Accessibility — WCAG contrast
Aa
#53afab on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53afab on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green68.6%
Blue67.1%
CMYK percentages
Cyan52.6%
Magenta0.0%
Yellow2.3%
Key (black)31.4%
Color previews
#53afab text on a black background
contrast 8.09:1
Card sample
#53afab text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53afab;
Background color
Panel with #53afab background
background-color: #53afab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53afab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 175, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 175, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53afab; background: linear-gradient(135deg, #53afab, #5376AF);