#6fd6ba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
111, 214, 186
HSL
164°, 56%, 64%
CMYK
48, 0, 13, 16
Luminance
0.5502
Every format
| HEX | #6fd6ba |
| RGB | rgb(111, 214, 186) |
| HSL | hsl(164, 56%, 64%) |
| CMYK | cmyk(48%, 0%, 13%, 16%) |
| LAB | lab(79.0 -36.7 4.6) |
| LCH | lch(79.0 37.0 172.8) |
| OKLCH | oklch(0.806 0.105 173.6) |
Copy-ready code
/* CSS */
color: #6fd6ba;
background-color: #6fd6ba;
/* Tailwind (arbitrary) */
class="text-[#6fd6ba] bg-[#6fd6ba]"
/* SCSS */
$brand: #6fd6ba;
/* SwiftUI */
Color(red: 0.435, green: 0.839, blue: 0.729)
/* Android */
Color.parseColor("#6fd6ba")Accessibility — WCAG contrast
Aa
#6fd6ba on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fd6ba on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green83.9%
Blue72.9%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow13.1%
Key (black)16.1%
Color previews
#6fd6ba text on a black background
contrast 12.00:1
Card sample
#6fd6ba text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fd6ba;
Background color
Panel with #6fd6ba background
background-color: #6fd6ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fd6ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 214, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 214, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fd6ba; background: linear-gradient(135deg, #6fd6ba, #6FADD6);