#5ebfaf
a balanced, soft cyan · cool · closest name: turquoise
RGB
94, 191, 175
HSL
170°, 43%, 56%
CMYK
51, 0, 8, 25
Luminance
0.4274
Every format
| HEX | #5ebfaf |
| RGB | rgb(94, 191, 175) |
| HSL | hsl(170, 43%, 56%) |
| CMYK | cmyk(51%, 0%, 8%, 25%) |
| LAB | lab(71.4 -32.5 -0.7) |
| LCH | lch(71.4 32.5 181.2) |
| OKLCH | oklch(0.741 0.095 181.4) |
Copy-ready code
/* CSS */
color: #5ebfaf;
background-color: #5ebfaf;
/* Tailwind (arbitrary) */
class="text-[#5ebfaf] bg-[#5ebfaf]"
/* SCSS */
$brand: #5ebfaf;
/* SwiftUI */
Color(red: 0.369, green: 0.749, blue: 0.686)
/* Android */
Color.parseColor("#5ebfaf")Accessibility — WCAG contrast
Aa
#5ebfaf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ebfaf on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green74.9%
Blue68.6%
CMYK percentages
Cyan50.8%
Magenta0.0%
Yellow8.4%
Key (black)25.1%
Color previews
#5ebfaf text on a black background
contrast 9.55:1
Card sample
#5ebfaf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ebfaf;
Background color
Panel with #5ebfaf background
background-color: #5ebfaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ebfaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 191, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 191, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ebfaf; background: linear-gradient(135deg, #5ebfaf, #5E8EBF);