#54f2d2
a balanced, electric cyan · cool · closest name: aquamarine
RGB
84, 242, 210
HSL
168°, 86%, 64%
CMYK
65, 0, 13, 5
Luminance
0.7004
Every format
| HEX | #54f2d2 |
| RGB | rgb(84, 242, 210) |
| HSL | hsl(168, 86%, 64%) |
| CMYK | cmyk(65%, 0%, 13%, 5%) |
| LAB | lab(87.0 -48.5 3.4) |
| LCH | lch(87.0 48.7 176.0) |
| OKLCH | oklch(0.871 0.139 176.6) |
Copy-ready code
/* CSS */
color: #54f2d2;
background-color: #54f2d2;
/* Tailwind (arbitrary) */
class="text-[#54f2d2] bg-[#54f2d2]"
/* SCSS */
$brand: #54f2d2;
/* SwiftUI */
Color(red: 0.329, green: 0.949, blue: 0.824)
/* Android */
Color.parseColor("#54f2d2")Accessibility — WCAG contrast
Aa
#54f2d2 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#54f2d2 on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green94.9%
Blue82.4%
CMYK percentages
Cyan65.3%
Magenta0.0%
Yellow13.2%
Key (black)5.1%
Color previews
#54f2d2 text on a black background
contrast 15.01:1
Card sample
#54f2d2 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54f2d2;
Background color
Panel with #54f2d2 background
background-color: #54f2d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54f2d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 242, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 242, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54f2d2; background: linear-gradient(135deg, #54f2d2, #54A9F2);