#6ebdb7
a balanced, soft cyan · cool · closest name: turquoise
RGB
110, 189, 183
HSL
175°, 37%, 59%
CMYK
42, 0, 3, 26
Luminance
0.4313
Every format
| HEX | #6ebdb7 |
| RGB | rgb(110, 189, 183) |
| HSL | hsl(175, 37%, 59%) |
| CMYK | cmyk(42%, 0%, 3%, 26%) |
| LAB | lab(71.6 -25.7 -4.6) |
| LCH | lch(71.6 26.1 190.1) |
| OKLCH | oklch(0.746 0.079 189.3) |
Copy-ready code
/* CSS */
color: #6ebdb7;
background-color: #6ebdb7;
/* Tailwind (arbitrary) */
class="text-[#6ebdb7] bg-[#6ebdb7]"
/* SCSS */
$brand: #6ebdb7;
/* SwiftUI */
Color(red: 0.431, green: 0.741, blue: 0.718)
/* Android */
Color.parseColor("#6ebdb7")Accessibility — WCAG contrast
Aa
#6ebdb7 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ebdb7 on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green74.1%
Blue71.8%
CMYK percentages
Cyan41.8%
Magenta0.0%
Yellow3.2%
Key (black)25.9%
Color previews
#6ebdb7 text on a black background
contrast 9.63:1
Card sample
#6ebdb7 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ebdb7;
Background color
Panel with #6ebdb7 background
background-color: #6ebdb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ebdb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 189, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 189, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ebdb7; background: linear-gradient(135deg, #6ebdb7, #6E8EBD);