#6fdccf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
111, 220, 207
HSL
173°, 61%, 65%
CMYK
50, 0, 6, 14
Luminance
0.5907
Every format
| HEX | #6fdccf |
| RGB | rgb(111, 220, 207) |
| HSL | hsl(173, 61%, 65%) |
| CMYK | cmyk(50%, 0%, 6%, 14%) |
| LAB | lab(81.3 -34.5 -3.3) |
| LCH | lch(81.3 34.6 185.4) |
| OKLCH | oklch(0.826 0.103 185.2) |
Copy-ready code
/* CSS */
color: #6fdccf;
background-color: #6fdccf;
/* Tailwind (arbitrary) */
class="text-[#6fdccf] bg-[#6fdccf]"
/* SCSS */
$brand: #6fdccf;
/* SwiftUI */
Color(red: 0.435, green: 0.863, blue: 0.812)
/* Android */
Color.parseColor("#6fdccf")Accessibility — WCAG contrast
Aa
#6fdccf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fdccf on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green86.3%
Blue81.2%
CMYK percentages
Cyan49.5%
Magenta0.0%
Yellow5.9%
Key (black)13.7%
Color previews
#6fdccf text on a black background
contrast 12.81:1
Card sample
#6fdccf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fdccf;
Background color
Panel with #6fdccf background
background-color: #6fdccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fdccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 220, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 220, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fdccf; background: linear-gradient(135deg, #6fdccf, #6FA0DC);