#53ffeb
a light, electric cyan · cool · closest name: cyan
RGB
83, 255, 235
HSL
173°, 100%, 66%
CMYK
68, 0, 8, 0
Luminance
0.7936
Every format
| HEX | #53ffeb |
| RGB | rgb(83, 255, 235) |
| HSL | hsl(173, 100%, 66%) |
| CMYK | cmyk(68%, 0%, 8%, 0%) |
| LAB | lab(91.4 -48.0 -3.3) |
| LCH | lch(91.4 48.1 183.9) |
| OKLCH | oklch(0.908 0.141 183.9) |
Copy-ready code
/* CSS */
color: #53ffeb;
background-color: #53ffeb;
/* Tailwind (arbitrary) */
class="text-[#53ffeb] bg-[#53ffeb]"
/* SCSS */
$brand: #53ffeb;
/* SwiftUI */
Color(red: 0.325, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#53ffeb")Accessibility — WCAG contrast
Aa
#53ffeb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53ffeb on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green100.0%
Blue92.2%
CMYK percentages
Cyan67.5%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#53ffeb text on a black background
contrast 16.87:1
Card sample
#53ffeb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53ffeb;
Background color
Panel with #53ffeb background
background-color: #53ffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53ffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53ffeb; background: linear-gradient(135deg, #53ffeb, #53A0FF);