#6ebdb3
a balanced, soft cyan · cool · closest name: turquoise
RGB
110, 189, 179
HSL
172°, 37%, 59%
CMYK
42, 0, 5, 26
Luminance
0.4296
Every format
| HEX | #6ebdb3 |
| RGB | rgb(110, 189, 179) |
| HSL | hsl(172, 37%, 59%) |
| CMYK | cmyk(42%, 0%, 5%, 26%) |
| LAB | lab(71.5 -26.7 -2.6) |
| LCH | lch(71.5 26.8 185.5) |
| OKLCH | oklch(0.745 0.080 185.3) |
Copy-ready code
/* CSS */
color: #6ebdb3;
background-color: #6ebdb3;
/* Tailwind (arbitrary) */
class="text-[#6ebdb3] bg-[#6ebdb3]"
/* SCSS */
$brand: #6ebdb3;
/* SwiftUI */
Color(red: 0.431, green: 0.741, blue: 0.702)
/* Android */
Color.parseColor("#6ebdb3")Accessibility — WCAG contrast
Aa
#6ebdb3 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ebdb3 on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green74.1%
Blue70.2%
CMYK percentages
Cyan41.8%
Magenta0.0%
Yellow5.3%
Key (black)25.9%
Color previews
#6ebdb3 text on a black background
contrast 9.59:1
Card sample
#6ebdb3 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ebdb3;
Background color
Panel with #6ebdb3 background
background-color: #6ebdb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ebdb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 189, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 189, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ebdb3; background: linear-gradient(135deg, #6ebdb3, #6E92BD);