#6fdcd8
a balanced, vivid cyan · cool · closest name: turquoise
RGB
111, 220, 216
HSL
178°, 61%, 65%
CMYK
50, 0, 2, 14
Luminance
0.5952
Every format
| HEX | #6fdcd8 |
| RGB | rgb(111, 220, 216) |
| HSL | hsl(178, 61%, 65%) |
| CMYK | cmyk(50%, 0%, 2%, 14%) |
| LAB | lab(81.6 -32.2 -7.7) |
| LCH | lch(81.6 33.1 193.4) |
| OKLCH | oklch(0.829 0.101 192.2) |
Copy-ready code
/* CSS */
color: #6fdcd8;
background-color: #6fdcd8;
/* Tailwind (arbitrary) */
class="text-[#6fdcd8] bg-[#6fdcd8]"
/* SCSS */
$brand: #6fdcd8;
/* SwiftUI */
Color(red: 0.435, green: 0.863, blue: 0.847)
/* Android */
Color.parseColor("#6fdcd8")Accessibility — WCAG contrast
Aa
#6fdcd8 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fdcd8 on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green86.3%
Blue84.7%
CMYK percentages
Cyan49.5%
Magenta0.0%
Yellow1.8%
Key (black)13.7%
Color previews
#6fdcd8 text on a black background
contrast 12.90:1
Card sample
#6fdcd8 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fdcd8;
Background color
Panel with #6fdcd8 background
background-color: #6fdcd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fdcd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 220, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 220, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fdcd8; background: linear-gradient(135deg, #6fdcd8, #6F97DC);