#5ee2eb
a balanced, electric cyan · cool · closest name: turquoise
RGB
94, 226, 235
HSL
184°, 78%, 65%
CMYK
60, 4, 0, 8
Luminance
0.6277
Every format
| HEX | #5ee2eb |
| RGB | rgb(94, 226, 235) |
| HSL | hsl(184, 78%, 65%) |
| CMYK | cmyk(60%, 4%, 0%, 8%) |
| LAB | lab(83.3 -33.3 -15.2) |
| LCH | lch(83.3 36.6 204.6) |
| OKLCH | oklch(0.844 0.115 201.5) |
Copy-ready code
/* CSS */
color: #5ee2eb;
background-color: #5ee2eb;
/* Tailwind (arbitrary) */
class="text-[#5ee2eb] bg-[#5ee2eb]"
/* SCSS */
$brand: #5ee2eb;
/* SwiftUI */
Color(red: 0.369, green: 0.886, blue: 0.922)
/* Android */
Color.parseColor("#5ee2eb")Accessibility — WCAG contrast
Aa
#5ee2eb on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ee2eb on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green88.6%
Blue92.2%
CMYK percentages
Cyan60.0%
Magenta3.8%
Yellow0.0%
Key (black)7.8%
Color previews
#5ee2eb text on a black background
contrast 13.55:1
Card sample
#5ee2eb text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ee2eb;
Background color
Panel with #5ee2eb background
background-color: #5ee2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ee2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 226, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 226, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ee2eb; background: linear-gradient(135deg, #5ee2eb, #5E84EB);