#5ff4cf
a light, electric cyan · cool · closest name: aquamarine
RGB
95, 244, 207
HSL
165°, 87%, 67%
CMYK
61, 0, 15, 4
Luminance
0.7164
Every format
| HEX | #5ff4cf |
| RGB | rgb(95, 244, 207) |
| HSL | hsl(165, 87%, 67%) |
| CMYK | cmyk(61%, 0%, 15%, 4%) |
| LAB | lab(87.8 -48.3 6.1) |
| LCH | lch(87.8 48.7 172.8) |
| OKLCH | oklch(0.877 0.138 173.6) |
Copy-ready code
/* CSS */
color: #5ff4cf;
background-color: #5ff4cf;
/* Tailwind (arbitrary) */
class="text-[#5ff4cf] bg-[#5ff4cf]"
/* SCSS */
$brand: #5ff4cf;
/* SwiftUI */
Color(red: 0.373, green: 0.957, blue: 0.812)
/* Android */
Color.parseColor("#5ff4cf")Accessibility — WCAG contrast
Aa
#5ff4cf on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ff4cf on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green95.7%
Blue81.2%
CMYK percentages
Cyan61.1%
Magenta0.0%
Yellow15.2%
Key (black)4.3%
Color previews
#5ff4cf text on a black background
contrast 15.33:1
Card sample
#5ff4cf text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ff4cf;
Background color
Panel with #5ff4cf background
background-color: #5ff4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ff4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 244, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 244, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ff4cf; background: linear-gradient(135deg, #5ff4cf, #5FB6F4);