#5eb6af
a balanced, soft cyan · cool · closest name: turquoise
RGB
94, 182, 175
HSL
175°, 38%, 54%
CMYK
48, 0, 4, 29
Luminance
0.3893
Every format
| HEX | #5eb6af |
| RGB | rgb(94, 182, 175) |
| HSL | hsl(175, 38%, 54%) |
| CMYK | cmyk(48%, 0%, 4%, 29%) |
| LAB | lab(68.7 -28.2 -4.6) |
| LCH | lch(68.7 28.5 189.3) |
| OKLCH | oklch(0.720 0.086 188.7) |
Copy-ready code
/* CSS */
color: #5eb6af;
background-color: #5eb6af;
/* Tailwind (arbitrary) */
class="text-[#5eb6af] bg-[#5eb6af]"
/* SCSS */
$brand: #5eb6af;
/* SwiftUI */
Color(red: 0.369, green: 0.714, blue: 0.686)
/* Android */
Color.parseColor("#5eb6af")Accessibility — WCAG contrast
Aa
#5eb6af on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb6af on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green71.4%
Blue68.6%
CMYK percentages
Cyan48.4%
Magenta0.0%
Yellow3.8%
Key (black)28.6%
Color previews
#5eb6af text on a black background
contrast 8.79:1
Card sample
#5eb6af text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb6af;
Background color
Panel with #5eb6af background
background-color: #5eb6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 182, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 182, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb6af; background: linear-gradient(135deg, #5eb6af, #5E82B6);