#54ff8c
a light, electric green · cool · closest name: aquamarine
RGB
84, 255, 140
HSL
140°, 100%, 67%
CMYK
67, 0, 45, 0
Luminance
0.7530
Every format
| HEX | #54ff8c |
| RGB | rgb(84, 255, 140) |
| HSL | hsl(140, 100%, 67%) |
| CMYK | cmyk(67%, 0%, 45%, 0%) |
| LAB | lab(89.5 -67.7 42.4) |
| LCH | lch(89.5 79.8 147.9) |
| OKLCH | oklch(0.887 0.210 150.3) |
Copy-ready code
/* CSS */
color: #54ff8c;
background-color: #54ff8c;
/* Tailwind (arbitrary) */
class="text-[#54ff8c] bg-[#54ff8c]"
/* SCSS */
$brand: #54ff8c;
/* SwiftUI */
Color(red: 0.329, green: 1.000, blue: 0.549)
/* Android */
Color.parseColor("#54ff8c")Accessibility — WCAG contrast
Aa
#54ff8c on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#54ff8c on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green100.0%
Blue54.9%
CMYK percentages
Cyan67.1%
Magenta0.0%
Yellow45.1%
Key (black)0.0%
Color previews
#54ff8c text on a black background
contrast 16.06:1
Card sample
#54ff8c text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54ff8c;
Background color
Panel with #54ff8c background
background-color: #54ff8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54ff8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 255, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 255, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54ff8c; background: linear-gradient(135deg, #54ff8c, #54FFFE);