#54e092
a balanced, vivid green · cool · closest name: aquamarine
RGB
84, 224, 146
HSL
147°, 69%, 60%
CMYK
63, 0, 35, 12
Luminance
0.5727
Every format
| HEX | #54e092 |
| RGB | rgb(84, 224, 146) |
| HSL | hsl(147, 69%, 60%) |
| CMYK | cmyk(63%, 0%, 35%, 12%) |
| LAB | lab(80.3 -55.1 27.3) |
| LCH | lch(80.3 61.5 153.6) |
| OKLCH | oklch(0.811 0.165 155.3) |
Copy-ready code
/* CSS */
color: #54e092;
background-color: #54e092;
/* Tailwind (arbitrary) */
class="text-[#54e092] bg-[#54e092]"
/* SCSS */
$brand: #54e092;
/* SwiftUI */
Color(red: 0.329, green: 0.878, blue: 0.573)
/* Android */
Color.parseColor("#54e092")Accessibility — WCAG contrast
Aa
#54e092 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#54e092 on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green87.8%
Blue57.3%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow34.8%
Key (black)12.2%
Color previews
#54e092 text on a black background
contrast 12.45:1
Card sample
#54e092 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54e092;
Background color
Panel with #54e092 background
background-color: #54e092;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54e092;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 224, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 224, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54e092; background: linear-gradient(135deg, #54e092, #54D1E0);