#5ff3eb
a light, electric cyan · cool · closest name: turquoise
RGB
95, 243, 235
HSL
177°, 86%, 66%
CMYK
61, 0, 3, 5
Luminance
0.7253
Every format
| HEX | #5ff3eb |
| RGB | rgb(95, 243, 235) |
| HSL | hsl(177, 86%, 66%) |
| CMYK | cmyk(61%, 0%, 3%, 5%) |
| LAB | lab(88.2 -40.9 -7.9) |
| LCH | lch(88.2 41.7 190.9) |
| OKLCH | oklch(0.883 0.126 190.1) |
Copy-ready code
/* CSS */
color: #5ff3eb;
background-color: #5ff3eb;
/* Tailwind (arbitrary) */
class="text-[#5ff3eb] bg-[#5ff3eb]"
/* SCSS */
$brand: #5ff3eb;
/* SwiftUI */
Color(red: 0.373, green: 0.953, blue: 0.922)
/* Android */
Color.parseColor("#5ff3eb")Accessibility — WCAG contrast
Aa
#5ff3eb on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ff3eb on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green95.3%
Blue92.2%
CMYK percentages
Cyan60.9%
Magenta0.0%
Yellow3.3%
Key (black)4.7%
Color previews
#5ff3eb text on a black background
contrast 15.51:1
Card sample
#5ff3eb text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ff3eb;
Background color
Panel with #5ff3eb background
background-color: #5ff3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ff3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 243, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 243, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ff3eb; background: linear-gradient(135deg, #5ff3eb, #5F98F3);