#5ffecf
a light, electric cyan · cool · closest name: aquamarine
RGB
95, 254, 207
HSL
162°, 99%, 68%
CMYK
63, 0, 19, 0
Luminance
0.7782
Every format
| HEX | #5ffecf |
| RGB | rgb(95, 254, 207) |
| HSL | hsl(162, 99%, 68%) |
| CMYK | cmyk(63%, 0%, 19%, 0%) |
| LAB | lab(90.7 -52.5 10.3) |
| LCH | lch(90.7 53.5 168.9) |
| OKLCH | oklch(0.901 0.149 169.9) |
Copy-ready code
/* CSS */
color: #5ffecf;
background-color: #5ffecf;
/* Tailwind (arbitrary) */
class="text-[#5ffecf] bg-[#5ffecf]"
/* SCSS */
$brand: #5ffecf;
/* SwiftUI */
Color(red: 0.373, green: 0.996, blue: 0.812)
/* Android */
Color.parseColor("#5ffecf")Accessibility — WCAG contrast
Aa
#5ffecf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ffecf on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green99.6%
Blue81.2%
CMYK percentages
Cyan62.6%
Magenta0.0%
Yellow18.5%
Key (black)0.4%
Color previews
#5ffecf text on a black background
contrast 16.56:1
Card sample
#5ffecf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ffecf;
Background color
Panel with #5ffecf background
background-color: #5ffecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ffecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 254, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 254, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ffecf; background: linear-gradient(135deg, #5ffecf, #5FC3FE);