#54ebaa
a balanced, electric green · cool · closest name: aquamarine
RGB
84, 235, 170
HSL
154°, 79%, 63%
CMYK
64, 0, 28, 8
Luminance
0.6420
Every format
| HEX | #54ebaa |
| RGB | rgb(84, 235, 170) |
| HSL | hsl(154, 79%, 63%) |
| CMYK | cmyk(64%, 0%, 28%, 8%) |
| LAB | lab(84.1 -54.7 20.0) |
| LCH | lch(84.1 58.3 159.9) |
| OKLCH | oklch(0.844 0.158 161.2) |
Copy-ready code
/* CSS */
color: #54ebaa;
background-color: #54ebaa;
/* Tailwind (arbitrary) */
class="text-[#54ebaa] bg-[#54ebaa]"
/* SCSS */
$brand: #54ebaa;
/* SwiftUI */
Color(red: 0.329, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#54ebaa")Accessibility — WCAG contrast
Aa
#54ebaa on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#54ebaa on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green92.2%
Blue66.7%
CMYK percentages
Cyan64.3%
Magenta0.0%
Yellow27.7%
Key (black)7.8%
Color previews
#54ebaa text on a black background
contrast 13.84:1
Card sample
#54ebaa text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54ebaa;
Background color
Panel with #54ebaa background
background-color: #54ebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54ebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54ebaa; background: linear-gradient(135deg, #54ebaa, #54C7EB);