#6fdecc
a light, vivid cyan · cool · closest name: turquoise
RGB
111, 222, 204
HSL
170°, 63%, 65%
CMYK
50, 0, 8, 13
Luminance
0.5998
Every format
| HEX | #6fdecc |
| RGB | rgb(111, 222, 204) |
| HSL | hsl(170, 63%, 65%) |
| CMYK | cmyk(50%, 0%, 8%, 13%) |
| LAB | lab(81.8 -36.1 -0.9) |
| LCH | lch(81.8 36.1 181.5) |
| OKLCH | oklch(0.830 0.106 181.7) |
Copy-ready code
/* CSS */
color: #6fdecc;
background-color: #6fdecc;
/* Tailwind (arbitrary) */
class="text-[#6fdecc] bg-[#6fdecc]"
/* SCSS */
$brand: #6fdecc;
/* SwiftUI */
Color(red: 0.435, green: 0.871, blue: 0.800)
/* Android */
Color.parseColor("#6fdecc")Accessibility — WCAG contrast
Aa
#6fdecc on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fdecc on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green87.1%
Blue80.0%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow8.1%
Key (black)12.9%
Color previews
#6fdecc text on a black background
contrast 13.00:1
Card sample
#6fdecc text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fdecc;
Background color
Panel with #6fdecc background
background-color: #6fdecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fdecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 222, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 222, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fdecc; background: linear-gradient(135deg, #6fdecc, #6FA6DE);