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