#5afbdf
a light, electric cyan · cool · closest name: aquamarine
RGB
90, 251, 223
HSL
170°, 95%, 67%
CMYK
64, 0, 11, 2
Luminance
0.7650
Every format
| HEX | #5afbdf |
| RGB | rgb(90, 251, 223) |
| HSL | hsl(170, 95%, 67%) |
| CMYK | cmyk(64%, 0%, 11%, 2%) |
| LAB | lab(90.1 -48.3 1.1) |
| LCH | lch(90.1 48.3 178.7) |
| OKLCH | oklch(0.897 0.139 179.1) |
Copy-ready code
/* CSS */
color: #5afbdf;
background-color: #5afbdf;
/* Tailwind (arbitrary) */
class="text-[#5afbdf] bg-[#5afbdf]"
/* SCSS */
$brand: #5afbdf;
/* SwiftUI */
Color(red: 0.353, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#5afbdf")Accessibility — WCAG contrast
Aa
#5afbdf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5afbdf on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green98.4%
Blue87.5%
CMYK percentages
Cyan64.1%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#5afbdf text on a black background
contrast 16.30:1
Card sample
#5afbdf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5afbdf;
Background color
Panel with #5afbdf background
background-color: #5afbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5afbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5afbdf; background: linear-gradient(135deg, #5afbdf, #5AACFB);