#6dbeb6
a balanced, soft cyan · cool · closest name: turquoise
RGB
109, 190, 182
HSL
174°, 38%, 59%
CMYK
43, 0, 4, 26
Luminance
0.4346
Every format
| HEX | #6dbeb6 |
| RGB | rgb(109, 190, 182) |
| HSL | hsl(174, 38%, 59%) |
| CMYK | cmyk(43%, 0%, 4%, 26%) |
| LAB | lab(71.9 -26.7 -3.7) |
| LCH | lch(71.9 27.0 187.9) |
| OKLCH | oklch(0.748 0.081 187.4) |
Copy-ready code
/* CSS */
color: #6dbeb6;
background-color: #6dbeb6;
/* Tailwind (arbitrary) */
class="text-[#6dbeb6] bg-[#6dbeb6]"
/* SCSS */
$brand: #6dbeb6;
/* SwiftUI */
Color(red: 0.427, green: 0.745, blue: 0.714)
/* Android */
Color.parseColor("#6dbeb6")Accessibility — WCAG contrast
Aa
#6dbeb6 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dbeb6 on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green74.5%
Blue71.4%
CMYK percentages
Cyan42.6%
Magenta0.0%
Yellow4.2%
Key (black)25.5%
Color previews
#6dbeb6 text on a black background
contrast 9.69:1
Card sample
#6dbeb6 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dbeb6;
Background color
Panel with #6dbeb6 background
background-color: #6dbeb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dbeb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 190, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 190, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dbeb6; background: linear-gradient(135deg, #6dbeb6, #6D90BE);