#5acda2
a balanced, vivid green · cool · closest name: turquoise
RGB
90, 205, 162
HSL
158°, 54%, 58%
CMYK
56, 0, 21, 20
Luminance
0.4844
Every format
| HEX | #5acda2 |
| RGB | rgb(90, 205, 162) |
| HSL | hsl(158, 54%, 58%) |
| CMYK | cmyk(56%, 0%, 21%, 20%) |
| LAB | lab(75.1 -42.8 11.7) |
| LCH | lch(75.1 44.4 164.7) |
| OKLCH | oklch(0.770 0.123 165.9) |
Copy-ready code
/* CSS */
color: #5acda2;
background-color: #5acda2;
/* Tailwind (arbitrary) */
class="text-[#5acda2] bg-[#5acda2]"
/* SCSS */
$brand: #5acda2;
/* SwiftUI */
Color(red: 0.353, green: 0.804, blue: 0.635)
/* Android */
Color.parseColor("#5acda2")Accessibility — WCAG contrast
Aa
#5acda2 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5acda2 on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green80.4%
Blue63.5%
CMYK percentages
Cyan56.1%
Magenta0.0%
Yellow21.0%
Key (black)19.6%
Color previews
#5acda2 text on a black background
contrast 10.69:1
Card sample
#5acda2 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5acda2;
Background color
Panel with #5acda2 background
background-color: #5acda2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5acda2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 205, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 205, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5acda2; background: linear-gradient(135deg, #5acda2, #5AABCD);