#5afccf
a light, electric cyan · cool · closest name: aquamarine
RGB
90, 252, 207
HSL
163°, 96%, 67%
CMYK
64, 0, 18, 1
Luminance
0.7630
Every format
| HEX | #5afccf |
| RGB | rgb(90, 252, 207) |
| HSL | hsl(163, 96%, 67%) |
| CMYK | cmyk(64%, 0%, 18%, 1%) |
| LAB | lab(90.0 -52.5 9.2) |
| LCH | lch(90.0 53.3 170.0) |
| OKLCH | oklch(0.895 0.149 170.9) |
Copy-ready code
/* CSS */
color: #5afccf;
background-color: #5afccf;
/* Tailwind (arbitrary) */
class="text-[#5afccf] bg-[#5afccf]"
/* SCSS */
$brand: #5afccf;
/* SwiftUI */
Color(red: 0.353, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#5afccf")Accessibility — WCAG contrast
Aa
#5afccf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5afccf on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green98.8%
Blue81.2%
CMYK percentages
Cyan64.3%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#5afccf text on a black background
contrast 16.26:1
Card sample
#5afccf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5afccf;
Background color
Panel with #5afccf background
background-color: #5afccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5afccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5afccf; background: linear-gradient(135deg, #5afccf, #5ABDFC);