#6fbcaf
a balanced, soft cyan · cool · closest name: turquoise
RGB
111, 188, 175
HSL
170°, 37%, 59%
CMYK
41, 0, 7, 26
Luminance
0.4244
Every format
| HEX | #6fbcaf |
| RGB | rgb(111, 188, 175) |
| HSL | hsl(170, 37%, 59%) |
| CMYK | cmyk(41%, 0%, 7%, 26%) |
| LAB | lab(71.2 -26.9 -0.9) |
| LCH | lch(71.2 26.9 181.9) |
| OKLCH | oklch(0.742 0.079 182.1) |
Copy-ready code
/* CSS */
color: #6fbcaf;
background-color: #6fbcaf;
/* Tailwind (arbitrary) */
class="text-[#6fbcaf] bg-[#6fbcaf]"
/* SCSS */
$brand: #6fbcaf;
/* SwiftUI */
Color(red: 0.435, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#6fbcaf")Accessibility — WCAG contrast
Aa
#6fbcaf on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fbcaf on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green73.7%
Blue68.6%
CMYK percentages
Cyan41.0%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#6fbcaf text on a black background
contrast 9.49:1
Card sample
#6fbcaf text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fbcaf;
Background color
Panel with #6fbcaf background
background-color: #6fbcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fbcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fbcaf; background: linear-gradient(135deg, #6fbcaf, #6F96BC);