#5df9cb
a light, electric cyan · cool · closest name: aquamarine
RGB
93, 249, 203
HSL
162°, 93%, 67%
CMYK
63, 0, 19, 2
Luminance
0.7439
Every format
| HEX | #5df9cb |
| RGB | rgb(93, 249, 203) |
| HSL | hsl(162, 93%, 67%) |
| CMYK | cmyk(63%, 0%, 19%, 2%) |
| LAB | lab(89.1 -51.7 10.1) |
| LCH | lch(89.1 52.6 169.0) |
| OKLCH | oklch(0.888 0.147 169.9) |
Copy-ready code
/* CSS */
color: #5df9cb;
background-color: #5df9cb;
/* Tailwind (arbitrary) */
class="text-[#5df9cb] bg-[#5df9cb]"
/* SCSS */
$brand: #5df9cb;
/* SwiftUI */
Color(red: 0.365, green: 0.976, blue: 0.796)
/* Android */
Color.parseColor("#5df9cb")Accessibility — WCAG contrast
Aa
#5df9cb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5df9cb on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green97.6%
Blue79.6%
CMYK percentages
Cyan62.7%
Magenta0.0%
Yellow18.5%
Key (black)2.4%
Color previews
#5df9cb text on a black background
contrast 15.88:1
Card sample
#5df9cb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5df9cb;
Background color
Panel with #5df9cb background
background-color: #5df9cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5df9cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 249, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 249, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5df9cb; background: linear-gradient(135deg, #5df9cb, #5DBFF9);