#6fcbaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
111, 203, 175
HSL
162°, 47%, 62%
CMYK
45, 0, 14, 20
Luminance
0.4919
Every format
| HEX | #6fcbaf |
| RGB | rgb(111, 203, 175) |
| HSL | hsl(162, 47%, 62%) |
| CMYK | cmyk(45%, 0%, 14%, 20%) |
| LAB | lab(75.6 -34.1 5.5) |
| LCH | lch(75.6 34.5 170.9) |
| OKLCH | oklch(0.777 0.098 171.8) |
Copy-ready code
/* CSS */
color: #6fcbaf;
background-color: #6fcbaf;
/* Tailwind (arbitrary) */
class="text-[#6fcbaf] bg-[#6fcbaf]"
/* SCSS */
$brand: #6fcbaf;
/* SwiftUI */
Color(red: 0.435, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#6fcbaf")Accessibility — WCAG contrast
Aa
#6fcbaf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fcbaf on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green79.6%
Blue68.6%
CMYK percentages
Cyan45.3%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#6fcbaf text on a black background
contrast 10.84:1
Card sample
#6fcbaf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fcbaf;
Background color
Panel with #6fcbaf background
background-color: #6fcbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fcbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fcbaf; background: linear-gradient(135deg, #6fcbaf, #6FAACB);