#6dcfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
109, 207, 186
HSL
167°, 51%, 62%
CMYK
47, 0, 10, 19
Luminance
0.5142
Every format
| HEX | #6dcfba |
| RGB | rgb(109, 207, 186) |
| HSL | hsl(167, 51%, 62%) |
| CMYK | cmyk(47%, 0%, 10%, 19%) |
| LAB | lab(76.9 -33.9 1.5) |
| LCH | lch(76.9 34.0 177.4) |
| OKLCH | oklch(0.789 0.098 177.9) |
Copy-ready code
/* CSS */
color: #6dcfba;
background-color: #6dcfba;
/* Tailwind (arbitrary) */
class="text-[#6dcfba] bg-[#6dcfba]"
/* SCSS */
$brand: #6dcfba;
/* SwiftUI */
Color(red: 0.427, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#6dcfba")Accessibility — WCAG contrast
Aa
#6dcfba on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dcfba on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green81.2%
Blue72.9%
CMYK percentages
Cyan47.3%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#6dcfba text on a black background
contrast 11.28:1
Card sample
#6dcfba text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dcfba;
Background color
Panel with #6dcfba background
background-color: #6dcfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dcfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dcfba; background: linear-gradient(135deg, #6dcfba, #6DA3CF);