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