#6dceba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
109, 206, 186
HSL
168°, 50%, 62%
CMYK
47, 0, 10, 19
Luminance
0.5094
Every format
| HEX | #6dceba |
| RGB | rgb(109, 206, 186) |
| HSL | hsl(168, 50%, 62%) |
| CMYK | cmyk(47%, 0%, 10%, 19%) |
| LAB | lab(76.6 -33.5 1.1) |
| LCH | lch(76.6 33.5 178.1) |
| OKLCH | oklch(0.786 0.097 178.6) |
Copy-ready code
/* CSS */
color: #6dceba;
background-color: #6dceba;
/* Tailwind (arbitrary) */
class="text-[#6dceba] bg-[#6dceba]"
/* SCSS */
$brand: #6dceba;
/* SwiftUI */
Color(red: 0.427, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#6dceba")Accessibility — WCAG contrast
Aa
#6dceba on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dceba on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green80.8%
Blue72.9%
CMYK percentages
Cyan47.1%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#6dceba text on a black background
contrast 11.19:1
Card sample
#6dceba text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dceba;
Background color
Panel with #6dceba background
background-color: #6dceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dceba; background: linear-gradient(135deg, #6dceba, #6DA1CE);