#5ebaa2
a balanced, soft cyan · cool · closest name: turquoise
RGB
94, 186, 162
HSL
164°, 40%, 55%
CMYK
50, 0, 13, 27
Luminance
0.4011
Every format
| HEX | #5ebaa2 |
| RGB | rgb(94, 186, 162) |
| HSL | hsl(164, 40%, 55%) |
| CMYK | cmyk(50%, 0%, 13%, 27%) |
| LAB | lab(69.5 -33.3 3.8) |
| LCH | lch(69.5 33.5 173.5) |
| OKLCH | oklch(0.725 0.096 174.3) |
Copy-ready code
/* CSS */
color: #5ebaa2;
background-color: #5ebaa2;
/* Tailwind (arbitrary) */
class="text-[#5ebaa2] bg-[#5ebaa2]"
/* SCSS */
$brand: #5ebaa2;
/* SwiftUI */
Color(red: 0.369, green: 0.729, blue: 0.635)
/* Android */
Color.parseColor("#5ebaa2")Accessibility — WCAG contrast
Aa
#5ebaa2 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ebaa2 on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green72.9%
Blue63.5%
CMYK percentages
Cyan49.5%
Magenta0.0%
Yellow12.9%
Key (black)27.1%
Color previews
#5ebaa2 text on a black background
contrast 9.02:1
Card sample
#5ebaa2 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ebaa2;
Background color
Panel with #5ebaa2 background
background-color: #5ebaa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ebaa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 186, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 186, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ebaa2; background: linear-gradient(135deg, #5ebaa2, #5E95BA);