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