#55fade
a light, electric cyan · cool · closest name: aquamarine
RGB
85, 250, 222
HSL
170°, 94%, 66%
CMYK
66, 0, 11, 2
Luminance
0.7558
Every format
| HEX | #55fade |
| RGB | rgb(85, 250, 222) |
| HSL | hsl(170, 94%, 66%) |
| CMYK | cmyk(66%, 0%, 11%, 2%) |
| LAB | lab(89.7 -48.8 1.0) |
| LCH | lch(89.7 48.9 178.9) |
| OKLCH | oklch(0.893 0.141 179.3) |
Copy-ready code
/* CSS */
color: #55fade;
background-color: #55fade;
/* Tailwind (arbitrary) */
class="text-[#55fade] bg-[#55fade]"
/* SCSS */
$brand: #55fade;
/* SwiftUI */
Color(red: 0.333, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#55fade")Accessibility — WCAG contrast
Aa
#55fade on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55fade on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green98.0%
Blue87.1%
CMYK percentages
Cyan66.0%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#55fade text on a black background
contrast 16.12:1
Card sample
#55fade text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55fade;
Background color
Panel with #55fade background
background-color: #55fade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55fade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55fade; background: linear-gradient(135deg, #55fade, #55A8FA);