#5af7cd
a light, electric cyan · cool · closest name: aquamarine
RGB
90, 247, 205
HSL
164°, 91%, 66%
CMYK
64, 0, 17, 3
Luminance
0.7310
Every format
| HEX | #5af7cd |
| RGB | rgb(90, 247, 205) |
| HSL | hsl(164, 91%, 66%) |
| CMYK | cmyk(64%, 0%, 17%, 3%) |
| LAB | lab(88.5 -50.9 8.1) |
| LCH | lch(88.5 51.5 170.9) |
| OKLCH | oklch(0.883 0.145 171.8) |
Copy-ready code
/* CSS */
color: #5af7cd;
background-color: #5af7cd;
/* Tailwind (arbitrary) */
class="text-[#5af7cd] bg-[#5af7cd]"
/* SCSS */
$brand: #5af7cd;
/* SwiftUI */
Color(red: 0.353, green: 0.969, blue: 0.804)
/* Android */
Color.parseColor("#5af7cd")Accessibility — WCAG contrast
Aa
#5af7cd on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5af7cd on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green96.9%
Blue80.4%
CMYK percentages
Cyan63.6%
Magenta0.0%
Yellow17.0%
Key (black)3.1%
Color previews
#5af7cd text on a black background
contrast 15.62:1
Card sample
#5af7cd text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5af7cd;
Background color
Panel with #5af7cd background
background-color: #5af7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5af7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 247, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 247, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5af7cd; background: linear-gradient(135deg, #5af7cd, #5AB9F7);