#6abeb0
a balanced, soft cyan · cool · closest name: turquoise
RGB
106, 190, 176
HSL
170°, 39%, 58%
CMYK
44, 0, 7, 26
Luminance
0.4303
Every format
| HEX | #6abeb0 |
| RGB | rgb(106, 190, 176) |
| HSL | hsl(170, 39%, 58%) |
| CMYK | cmyk(44%, 0%, 7%, 26%) |
| LAB | lab(71.6 -28.9 -0.9) |
| LCH | lch(71.6 28.9 181.8) |
| OKLCH | oklch(0.744 0.085 181.9) |
Copy-ready code
/* CSS */
color: #6abeb0;
background-color: #6abeb0;
/* Tailwind (arbitrary) */
class="text-[#6abeb0] bg-[#6abeb0]"
/* SCSS */
$brand: #6abeb0;
/* SwiftUI */
Color(red: 0.416, green: 0.745, blue: 0.690)
/* Android */
Color.parseColor("#6abeb0")Accessibility — WCAG contrast
Aa
#6abeb0 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6abeb0 on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green74.5%
Blue69.0%
CMYK percentages
Cyan44.2%
Magenta0.0%
Yellow7.4%
Key (black)25.5%
Color previews
#6abeb0 text on a black background
contrast 9.61:1
Card sample
#6abeb0 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6abeb0;
Background color
Panel with #6abeb0 background
background-color: #6abeb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6abeb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 190, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 190, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6abeb0; background: linear-gradient(135deg, #6abeb0, #6A94BE);