#5ffcdf
a light, electric cyan · cool · closest name: aquamarine
RGB
95, 252, 223
HSL
169°, 96%, 68%
CMYK
62, 0, 12, 1
Luminance
0.7738
Every format
| HEX | #5ffcdf |
| RGB | rgb(95, 252, 223) |
| HSL | hsl(169, 96%, 68%) |
| CMYK | cmyk(62%, 0%, 12%, 1%) |
| LAB | lab(90.5 -47.9 1.7) |
| LCH | lch(90.5 47.9 178.0) |
| OKLCH | oklch(0.901 0.138 178.5) |
Copy-ready code
/* CSS */
color: #5ffcdf;
background-color: #5ffcdf;
/* Tailwind (arbitrary) */
class="text-[#5ffcdf] bg-[#5ffcdf]"
/* SCSS */
$brand: #5ffcdf;
/* SwiftUI */
Color(red: 0.373, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#5ffcdf")Accessibility — WCAG contrast
Aa
#5ffcdf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ffcdf on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green98.8%
Blue87.5%
CMYK percentages
Cyan62.3%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#5ffcdf text on a black background
contrast 16.48:1
Card sample
#5ffcdf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ffcdf;
Background color
Panel with #5ffcdf background
background-color: #5ffcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ffcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ffcdf; background: linear-gradient(135deg, #5ffcdf, #5FB0FC);