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