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