#6dceaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
109, 206, 175
HSL
161°, 50%, 62%
CMYK
47, 0, 15, 19
Luminance
0.5049
Every format
| HEX | #6dceaf |
| RGB | rgb(109, 206, 175) |
| HSL | hsl(161, 50%, 62%) |
| CMYK | cmyk(47%, 0%, 15%, 19%) |
| LAB | lab(76.4 -36.0 6.6) |
| LCH | lch(76.4 36.6 169.6) |
| OKLCH | oklch(0.783 0.103 170.6) |
Copy-ready code
/* CSS */
color: #6dceaf;
background-color: #6dceaf;
/* Tailwind (arbitrary) */
class="text-[#6dceaf] bg-[#6dceaf]"
/* SCSS */
$brand: #6dceaf;
/* SwiftUI */
Color(red: 0.427, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#6dceaf")Accessibility — WCAG contrast
Aa
#6dceaf on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dceaf on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green80.8%
Blue68.6%
CMYK percentages
Cyan47.1%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#6dceaf text on a black background
contrast 11.10:1
Card sample
#6dceaf text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dceaf;
Background color
Panel with #6dceaf background
background-color: #6dceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dceaf; background: linear-gradient(135deg, #6dceaf, #6DACCE);