#5cfedf
a light, electric cyan · cool · closest name: aquamarine
RGB
92, 254, 223
HSL
169°, 99%, 68%
CMYK
64, 0, 12, 0
Luminance
0.7849
Every format
| HEX | #5cfedf |
| RGB | rgb(92, 254, 223) |
| HSL | hsl(169, 99%, 68%) |
| CMYK | cmyk(64%, 0%, 12%, 0%) |
| LAB | lab(91.0 -49.2 2.4) |
| LCH | lch(91.0 49.3 177.2) |
| OKLCH | oklch(0.905 0.141 177.7) |
Copy-ready code
/* CSS */
color: #5cfedf;
background-color: #5cfedf;
/* Tailwind (arbitrary) */
class="text-[#5cfedf] bg-[#5cfedf]"
/* SCSS */
$brand: #5cfedf;
/* SwiftUI */
Color(red: 0.361, green: 0.996, blue: 0.875)
/* Android */
Color.parseColor("#5cfedf")Accessibility — WCAG contrast
Aa
#5cfedf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cfedf on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green99.6%
Blue87.5%
CMYK percentages
Cyan63.8%
Magenta0.0%
Yellow12.2%
Key (black)0.4%
Color previews
#5cfedf text on a black background
contrast 16.70:1
Card sample
#5cfedf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cfedf;
Background color
Panel with #5cfedf background
background-color: #5cfedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cfedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 254, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 254, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cfedf; background: linear-gradient(135deg, #5cfedf, #5CB1FE);