#53f0cd
a balanced, electric cyan · cool · closest name: aquamarine
RGB
83, 240, 205
HSL
167°, 84%, 63%
CMYK
65, 0, 15, 6
Luminance
0.6857
Every format
| HEX | #53f0cd |
| RGB | rgb(83, 240, 205) |
| HSL | hsl(167, 84%, 63%) |
| CMYK | cmyk(65%, 0%, 15%, 6%) |
| LAB | lab(86.3 -49.1 4.9) |
| LCH | lch(86.3 49.3 174.3) |
| OKLCH | oklch(0.864 0.140 175.0) |
Copy-ready code
/* CSS */
color: #53f0cd;
background-color: #53f0cd;
/* Tailwind (arbitrary) */
class="text-[#53f0cd] bg-[#53f0cd]"
/* SCSS */
$brand: #53f0cd;
/* SwiftUI */
Color(red: 0.325, green: 0.941, blue: 0.804)
/* Android */
Color.parseColor("#53f0cd")Accessibility — WCAG contrast
Aa
#53f0cd on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53f0cd on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green94.1%
Blue80.4%
CMYK percentages
Cyan65.4%
Magenta0.0%
Yellow14.6%
Key (black)5.9%
Color previews
#53f0cd text on a black background
contrast 14.71:1
Card sample
#53f0cd text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53f0cd;
Background color
Panel with #53f0cd background
background-color: #53f0cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53f0cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 240, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 240, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53f0cd; background: linear-gradient(135deg, #53f0cd, #53AAF0);