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