#6ebfaf
a balanced, soft cyan · cool · closest name: turquoise
RGB
110, 191, 175
HSL
168°, 39%, 59%
CMYK
42, 0, 8, 25
Luminance
0.4367
Every format
| HEX | #6ebfaf |
| RGB | rgb(110, 191, 175) |
| HSL | hsl(168, 39%, 59%) |
| CMYK | cmyk(42%, 0%, 8%, 25%) |
| LAB | lab(72.0 -28.6 0.3) |
| LCH | lch(72.0 28.6 179.4) |
| OKLCH | oklch(0.748 0.084 179.7) |
Copy-ready code
/* CSS */
color: #6ebfaf;
background-color: #6ebfaf;
/* Tailwind (arbitrary) */
class="text-[#6ebfaf] bg-[#6ebfaf]"
/* SCSS */
$brand: #6ebfaf;
/* SwiftUI */
Color(red: 0.431, green: 0.749, blue: 0.686)
/* Android */
Color.parseColor("#6ebfaf")Accessibility — WCAG contrast
Aa
#6ebfaf on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ebfaf on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green74.9%
Blue68.6%
CMYK percentages
Cyan42.4%
Magenta0.0%
Yellow8.4%
Key (black)25.1%
Color previews
#6ebfaf text on a black background
contrast 9.73:1
Card sample
#6ebfaf text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ebfaf;
Background color
Panel with #6ebfaf background
background-color: #6ebfaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ebfaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 191, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 191, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ebfaf; background: linear-gradient(135deg, #6ebfaf, #6E99BF);