#6fdacf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
111, 218, 207
HSL
174°, 59%, 65%
CMYK
49, 0, 5, 15
Luminance
0.5803
Every format
| HEX | #6fdacf |
| RGB | rgb(111, 218, 207) |
| HSL | hsl(174, 59%, 65%) |
| CMYK | cmyk(49%, 0%, 5%, 15%) |
| LAB | lab(80.8 -33.5 -4.1) |
| LCH | lch(80.8 33.8 187.0) |
| OKLCH | oklch(0.822 0.101 186.6) |
Copy-ready code
/* CSS */
color: #6fdacf;
background-color: #6fdacf;
/* Tailwind (arbitrary) */
class="text-[#6fdacf] bg-[#6fdacf]"
/* SCSS */
$brand: #6fdacf;
/* SwiftUI */
Color(red: 0.435, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#6fdacf")Accessibility — WCAG contrast
Aa
#6fdacf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fdacf on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green85.5%
Blue81.2%
CMYK percentages
Cyan49.1%
Magenta0.0%
Yellow5.0%
Key (black)14.5%
Color previews
#6fdacf text on a black background
contrast 12.61:1
Card sample
#6fdacf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fdacf;
Background color
Panel with #6fdacf background
background-color: #6fdacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fdacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fdacf; background: linear-gradient(135deg, #6fdacf, #6F9EDA);