#5ff8cf
a light, electric cyan · cool · closest name: aquamarine
RGB
95, 248, 207
HSL
164°, 92%, 67%
CMYK
62, 0, 17, 3
Luminance
0.7407
Every format
| HEX | #5ff8cf |
| RGB | rgb(95, 248, 207) |
| HSL | hsl(164, 92%, 67%) |
| CMYK | cmyk(62%, 0%, 17%, 3%) |
| LAB | lab(89.0 -50.0 7.8) |
| LCH | lch(89.0 50.6 171.2) |
| OKLCH | oklch(0.887 0.142 172.0) |
Copy-ready code
/* CSS */
color: #5ff8cf;
background-color: #5ff8cf;
/* Tailwind (arbitrary) */
class="text-[#5ff8cf] bg-[#5ff8cf]"
/* SCSS */
$brand: #5ff8cf;
/* SwiftUI */
Color(red: 0.373, green: 0.973, blue: 0.812)
/* Android */
Color.parseColor("#5ff8cf")Accessibility — WCAG contrast
Aa
#5ff8cf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ff8cf on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green97.3%
Blue81.2%
CMYK percentages
Cyan61.7%
Magenta0.0%
Yellow16.5%
Key (black)2.7%
Color previews
#5ff8cf text on a black background
contrast 15.81:1
Card sample
#5ff8cf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ff8cf;
Background color
Panel with #5ff8cf background
background-color: #5ff8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ff8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 248, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 248, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ff8cf; background: linear-gradient(135deg, #5ff8cf, #5FBBF8);