#6eb7ac
a balanced, soft cyan · cool · closest name: turquoise
RGB
110, 183, 172
HSL
171°, 34%, 58%
CMYK
40, 0, 6, 28
Luminance
0.4016
Every format
| HEX | #6eb7ac |
| RGB | rgb(110, 183, 172) |
| HSL | hsl(171, 34%, 58%) |
| CMYK | cmyk(40%, 0%, 6%, 28%) |
| LAB | lab(69.6 -25.4 -1.6) |
| LCH | lch(69.6 25.5 183.6) |
| OKLCH | oklch(0.728 0.075 183.5) |
Copy-ready code
/* CSS */
color: #6eb7ac;
background-color: #6eb7ac;
/* Tailwind (arbitrary) */
class="text-[#6eb7ac] bg-[#6eb7ac]"
/* SCSS */
$brand: #6eb7ac;
/* SwiftUI */
Color(red: 0.431, green: 0.718, blue: 0.675)
/* Android */
Color.parseColor("#6eb7ac")Accessibility — WCAG contrast
Aa
#6eb7ac on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6eb7ac on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green71.8%
Blue67.5%
CMYK percentages
Cyan39.9%
Magenta0.0%
Yellow6.0%
Key (black)28.2%
Color previews
#6eb7ac text on a black background
contrast 9.03:1
Card sample
#6eb7ac text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6eb7ac;
Background color
Panel with #6eb7ac background
background-color: #6eb7ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6eb7ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 183, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 183, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6eb7ac; background: linear-gradient(135deg, #6eb7ac, #6E91B7);