#53fdff
a light, electric cyan · cool · closest name: cyan
RGB
83, 253, 255
HSL
181°, 100%, 66%
CMYK
68, 1, 0, 0
Luminance
0.7931
Every format
| HEX | #53fdff |
| RGB | rgb(83, 253, 255) |
| HSL | hsl(181, 100%, 66%) |
| CMYK | cmyk(68%, 1%, 0%, 0%) |
| LAB | lab(91.4 -41.8 -13.7) |
| LCH | lch(91.4 44.0 198.1) |
| OKLCH | oklch(0.910 0.136 196.2) |
Copy-ready code
/* CSS */
color: #53fdff;
background-color: #53fdff;
/* Tailwind (arbitrary) */
class="text-[#53fdff] bg-[#53fdff]"
/* SCSS */
$brand: #53fdff;
/* SwiftUI */
Color(red: 0.325, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#53fdff")Accessibility — WCAG contrast
Aa
#53fdff on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53fdff on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green99.2%
Blue100.0%
CMYK percentages
Cyan67.5%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#53fdff text on a black background
contrast 16.86:1
Card sample
#53fdff text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53fdff;
Background color
Panel with #53fdff background
background-color: #53fdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53fdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53fdff; background: linear-gradient(135deg, #53fdff, #538AFF);