#5ff8eb
a light, electric cyan · cool · closest name: turquoise
RGB
95, 248, 235
HSL
175°, 92%, 67%
CMYK
62, 0, 5, 3
Luminance
0.7557
Every format
| HEX | #5ff8eb |
| RGB | rgb(95, 248, 235) |
| HSL | hsl(175, 92%, 67%) |
| CMYK | cmyk(62%, 0%, 5%, 3%) |
| LAB | lab(89.7 -43.1 -5.8) |
| LCH | lch(89.7 43.5 187.6) |
| OKLCH | oklch(0.895 0.130 187.2) |
Copy-ready code
/* CSS */
color: #5ff8eb;
background-color: #5ff8eb;
/* Tailwind (arbitrary) */
class="text-[#5ff8eb] bg-[#5ff8eb]"
/* SCSS */
$brand: #5ff8eb;
/* SwiftUI */
Color(red: 0.373, green: 0.973, blue: 0.922)
/* Android */
Color.parseColor("#5ff8eb")Accessibility — WCAG contrast
Aa
#5ff8eb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ff8eb on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green97.3%
Blue92.2%
CMYK percentages
Cyan61.7%
Magenta0.0%
Yellow5.2%
Key (black)2.7%
Color previews
#5ff8eb text on a black background
contrast 16.11:1
Card sample
#5ff8eb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ff8eb;
Background color
Panel with #5ff8eb background
background-color: #5ff8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ff8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 248, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 248, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ff8eb; background: linear-gradient(135deg, #5ff8eb, #5F9FF8);