#5adfba
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
90, 223, 186
HSL
163°, 68%, 61%
CMYK
60, 0, 17, 13
Luminance
0.5849
Every format
| HEX | #5adfba |
| RGB | rgb(90, 223, 186) |
| HSL | hsl(163, 68%, 61%) |
| CMYK | cmyk(60%, 0%, 17%, 13%) |
| LAB | lab(81.0 -45.1 7.3) |
| LCH | lch(81.0 45.7 170.8) |
| OKLCH | oklch(0.820 0.129 171.6) |
Copy-ready code
/* CSS */
color: #5adfba;
background-color: #5adfba;
/* Tailwind (arbitrary) */
class="text-[#5adfba] bg-[#5adfba]"
/* SCSS */
$brand: #5adfba;
/* SwiftUI */
Color(red: 0.353, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#5adfba")Accessibility — WCAG contrast
Aa
#5adfba on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5adfba on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green87.5%
Blue72.9%
CMYK percentages
Cyan59.6%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#5adfba text on a black background
contrast 12.70:1
Card sample
#5adfba text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5adfba;
Background color
Panel with #5adfba background
background-color: #5adfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5adfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5adfba; background: linear-gradient(135deg, #5adfba, #5AABDF);