#5ace8f
a balanced, vivid green · cool · closest name: aquamarine
RGB
90, 206, 143
HSL
147°, 54%, 58%
CMYK
56, 0, 31, 19
Luminance
0.4830
Every format
| HEX | #5ace8f |
| RGB | rgb(90, 206, 143) |
| HSL | hsl(147, 54%, 58%) |
| CMYK | cmyk(56%, 0%, 31%, 19%) |
| LAB | lab(75.0 -47.2 21.7) |
| LCH | lch(75.0 52.0 155.3) |
| OKLCH | oklch(0.768 0.140 156.9) |
Copy-ready code
/* CSS */
color: #5ace8f;
background-color: #5ace8f;
/* Tailwind (arbitrary) */
class="text-[#5ace8f] bg-[#5ace8f]"
/* SCSS */
$brand: #5ace8f;
/* SwiftUI */
Color(red: 0.353, green: 0.808, blue: 0.561)
/* Android */
Color.parseColor("#5ace8f")Accessibility — WCAG contrast
Aa
#5ace8f on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ace8f on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green80.8%
Blue56.1%
CMYK percentages
Cyan56.3%
Magenta0.0%
Yellow30.6%
Key (black)19.2%
Color previews
#5ace8f text on a black background
contrast 10.66:1
Card sample
#5ace8f text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ace8f;
Background color
Panel with #5ace8f background
background-color: #5ace8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ace8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 206, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 206, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ace8f; background: linear-gradient(135deg, #5ace8f, #5AC0CE);