#6fd9ba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
111, 217, 186
HSL
163°, 58%, 64%
CMYK
49, 0, 14, 15
Luminance
0.5655
Every format
| HEX | #6fd9ba |
| RGB | rgb(111, 217, 186) |
| HSL | hsl(163, 58%, 64%) |
| CMYK | cmyk(49%, 0%, 14%, 15%) |
| LAB | lab(79.9 -38.1 5.9) |
| LCH | lch(79.9 38.5 171.2) |
| OKLCH | oklch(0.813 0.109 172.1) |
Copy-ready code
/* CSS */
color: #6fd9ba;
background-color: #6fd9ba;
/* Tailwind (arbitrary) */
class="text-[#6fd9ba] bg-[#6fd9ba]"
/* SCSS */
$brand: #6fd9ba;
/* SwiftUI */
Color(red: 0.435, green: 0.851, blue: 0.729)
/* Android */
Color.parseColor("#6fd9ba")Accessibility — WCAG contrast
Aa
#6fd9ba on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fd9ba on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green85.1%
Blue72.9%
CMYK percentages
Cyan48.8%
Magenta0.0%
Yellow14.3%
Key (black)14.9%
Color previews
#6fd9ba text on a black background
contrast 12.31:1
Card sample
#6fd9ba text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fd9ba;
Background color
Panel with #6fd9ba background
background-color: #6fd9ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fd9ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 217, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 217, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fd9ba; background: linear-gradient(135deg, #6fd9ba, #6FB1D9);