#5ebaa5
a balanced, soft cyan · cool · closest name: turquoise
RGB
94, 186, 165
HSL
166°, 40%, 55%
CMYK
50, 0, 11, 27
Luminance
0.4021
Every format
| HEX | #5ebaa5 |
| RGB | rgb(94, 186, 165) |
| HSL | hsl(166, 40%, 55%) |
| CMYK | cmyk(50%, 0%, 11%, 27%) |
| LAB | lab(69.6 -32.6 2.2) |
| LCH | lch(69.6 32.7 176.1) |
| OKLCH | oklch(0.726 0.094 176.7) |
Copy-ready code
/* CSS */
color: #5ebaa5;
background-color: #5ebaa5;
/* Tailwind (arbitrary) */
class="text-[#5ebaa5] bg-[#5ebaa5]"
/* SCSS */
$brand: #5ebaa5;
/* SwiftUI */
Color(red: 0.369, green: 0.729, blue: 0.647)
/* Android */
Color.parseColor("#5ebaa5")Accessibility — WCAG contrast
Aa
#5ebaa5 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ebaa5 on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green72.9%
Blue64.7%
CMYK percentages
Cyan49.5%
Magenta0.0%
Yellow11.3%
Key (black)27.1%
Color previews
#5ebaa5 text on a black background
contrast 9.04:1
Card sample
#5ebaa5 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ebaa5;
Background color
Panel with #5ebaa5 background
background-color: #5ebaa5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ebaa5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 186, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 186, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ebaa5; background: linear-gradient(135deg, #5ebaa5, #5E92BA);