#5ffccc
a light, electric cyan · cool · closest name: aquamarine
RGB
95, 252, 204
HSL
162°, 96%, 68%
CMYK
62, 0, 19, 1
Luminance
0.7641
Every format
| HEX | #5ffccc |
| RGB | rgb(95, 252, 204) |
| HSL | hsl(162, 96%, 68%) |
| CMYK | cmyk(62%, 0%, 19%, 1%) |
| LAB | lab(90.0 -52.3 10.9) |
| LCH | lch(90.0 53.5 168.3) |
| OKLCH | oklch(0.896 0.149 169.2) |
Copy-ready code
/* CSS */
color: #5ffccc;
background-color: #5ffccc;
/* Tailwind (arbitrary) */
class="text-[#5ffccc] bg-[#5ffccc]"
/* SCSS */
$brand: #5ffccc;
/* SwiftUI */
Color(red: 0.373, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#5ffccc")Accessibility — WCAG contrast
Aa
#5ffccc on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ffccc on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green98.8%
Blue80.0%
CMYK percentages
Cyan62.3%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#5ffccc text on a black background
contrast 16.28:1
Card sample
#5ffccc text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ffccc;
Background color
Panel with #5ffccc background
background-color: #5ffccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ffccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ffccc; background: linear-gradient(135deg, #5ffccc, #5FC3FC);