#53fccc
a light, electric cyan · cool · closest name: aquamarine
RGB
83, 252, 204
HSL
163°, 97%, 66%
CMYK
67, 0, 19, 1
Luminance
0.7582
Every format
| HEX | #53fccc |
| RGB | rgb(83, 252, 204) |
| HSL | hsl(163, 97%, 66%) |
| CMYK | cmyk(67%, 0%, 19%, 1%) |
| LAB | lab(89.8 -54.3 10.4) |
| LCH | lch(89.8 55.3 169.1) |
| OKLCH | oklch(0.892 0.154 170.0) |
Copy-ready code
/* CSS */
color: #53fccc;
background-color: #53fccc;
/* Tailwind (arbitrary) */
class="text-[#53fccc] bg-[#53fccc]"
/* SCSS */
$brand: #53fccc;
/* SwiftUI */
Color(red: 0.325, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#53fccc")Accessibility — WCAG contrast
Aa
#53fccc on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53fccc on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green98.8%
Blue80.0%
CMYK percentages
Cyan67.1%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#53fccc text on a black background
contrast 16.16:1
Card sample
#53fccc text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53fccc;
Background color
Panel with #53fccc background
background-color: #53fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53fccc; background: linear-gradient(135deg, #53fccc, #53BBFC);