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