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