#53fbc9
a light, electric cyan · cool · closest name: aquamarine
RGB
83, 251, 201
HSL
162°, 96%, 66%
CMYK
67, 0, 20, 2
Luminance
0.7505
Every format
| HEX | #53fbc9 |
| RGB | rgb(83, 251, 201) |
| HSL | hsl(162, 96%, 66%) |
| CMYK | cmyk(67%, 0%, 20%, 2%) |
| LAB | lab(89.4 -54.5 11.5) |
| LCH | lch(89.4 55.7 168.1) |
| OKLCH | oklch(0.889 0.155 169.1) |
Copy-ready code
/* CSS */
color: #53fbc9;
background-color: #53fbc9;
/* Tailwind (arbitrary) */
class="text-[#53fbc9] bg-[#53fbc9]"
/* SCSS */
$brand: #53fbc9;
/* SwiftUI */
Color(red: 0.325, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#53fbc9")Accessibility — WCAG contrast
Aa
#53fbc9 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53fbc9 on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green98.4%
Blue78.8%
CMYK percentages
Cyan66.9%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#53fbc9 text on a black background
contrast 16.01:1
Card sample
#53fbc9 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53fbc9;
Background color
Panel with #53fbc9 background
background-color: #53fbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53fbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53fbc9; background: linear-gradient(135deg, #53fbc9, #53BDFB);