#6ebaa5
a balanced, soft cyan · cool · closest name: turquoise
RGB
110, 186, 165
HSL
163°, 36%, 58%
CMYK
41, 0, 11, 27
Luminance
0.4115
Every format
| HEX | #6ebaa5 |
| RGB | rgb(110, 186, 165) |
| HSL | hsl(163, 36%, 58%) |
| CMYK | cmyk(41%, 0%, 11%, 27%) |
| LAB | lab(70.3 -28.5 3.3) |
| LCH | lch(70.3 28.7 173.5) |
| OKLCH | oklch(0.733 0.082 174.3) |
Copy-ready code
/* CSS */
color: #6ebaa5;
background-color: #6ebaa5;
/* Tailwind (arbitrary) */
class="text-[#6ebaa5] bg-[#6ebaa5]"
/* SCSS */
$brand: #6ebaa5;
/* SwiftUI */
Color(red: 0.431, green: 0.729, blue: 0.647)
/* Android */
Color.parseColor("#6ebaa5")Accessibility — WCAG contrast
Aa
#6ebaa5 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ebaa5 on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green72.9%
Blue64.7%
CMYK percentages
Cyan40.9%
Magenta0.0%
Yellow11.3%
Key (black)27.1%
Color previews
#6ebaa5 text on a black background
contrast 9.23:1
Card sample
#6ebaa5 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ebaa5;
Background color
Panel with #6ebaa5 background
background-color: #6ebaa5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ebaa5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 186, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 186, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ebaa5; background: linear-gradient(135deg, #6ebaa5, #6E9CBA);