#6abdaf
a balanced, soft cyan · cool · closest name: turquoise
RGB
106, 189, 175
HSL
170°, 39%, 58%
CMYK
44, 0, 7, 26
Luminance
0.4255
Every format
| HEX | #6abdaf |
| RGB | rgb(106, 189, 175) |
| HSL | hsl(170, 39%, 58%) |
| CMYK | cmyk(44%, 0%, 7%, 26%) |
| LAB | lab(71.3 -28.7 -0.8) |
| LCH | lch(71.3 28.7 181.6) |
| OKLCH | oklch(0.742 0.084 181.8) |
Copy-ready code
/* CSS */
color: #6abdaf;
background-color: #6abdaf;
/* Tailwind (arbitrary) */
class="text-[#6abdaf] bg-[#6abdaf]"
/* SCSS */
$brand: #6abdaf;
/* SwiftUI */
Color(red: 0.416, green: 0.741, blue: 0.686)
/* Android */
Color.parseColor("#6abdaf")Accessibility — WCAG contrast
Aa
#6abdaf on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6abdaf on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green74.1%
Blue68.6%
CMYK percentages
Cyan43.9%
Magenta0.0%
Yellow7.4%
Key (black)25.9%
Color previews
#6abdaf text on a black background
contrast 9.51:1
Card sample
#6abdaf text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6abdaf;
Background color
Panel with #6abdaf background
background-color: #6abdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6abdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 189, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 189, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6abdaf; background: linear-gradient(135deg, #6abdaf, #6A94BD);