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