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