#5cffd8
a light, electric cyan · cool · closest name: aquamarine
RGB
92, 255, 216
HSL
166°, 100%, 68%
CMYK
64, 0, 15, 0
Luminance
0.7875
Every format
| HEX | #5cffd8 |
| RGB | rgb(92, 255, 216) |
| HSL | hsl(166, 100%, 68%) |
| CMYK | cmyk(64%, 0%, 15%, 0%) |
| LAB | lab(91.1 -51.3 6.2) |
| LCH | lch(91.1 51.7 173.1) |
| OKLCH | oklch(0.905 0.146 173.9) |
Copy-ready code
/* CSS */
color: #5cffd8;
background-color: #5cffd8;
/* Tailwind (arbitrary) */
class="text-[#5cffd8] bg-[#5cffd8]"
/* SCSS */
$brand: #5cffd8;
/* SwiftUI */
Color(red: 0.361, green: 1.000, blue: 0.847)
/* Android */
Color.parseColor("#5cffd8")Accessibility — WCAG contrast
Aa
#5cffd8 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cffd8 on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green100.0%
Blue84.7%
CMYK percentages
Cyan63.9%
Magenta0.0%
Yellow15.3%
Key (black)0.0%
Color previews
#5cffd8 text on a black background
contrast 16.75:1
Card sample
#5cffd8 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cffd8;
Background color
Panel with #5cffd8 background
background-color: #5cffd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cffd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 255, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 255, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cffd8; background: linear-gradient(135deg, #5cffd8, #5CB9FF);