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