#6fcfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
111, 207, 186
HSL
167°, 50%, 62%
CMYK
46, 0, 10, 19
Luminance
0.5155
Every format
| HEX | #6fcfba |
| RGB | rgb(111, 207, 186) |
| HSL | hsl(167, 50%, 62%) |
| CMYK | cmyk(46%, 0%, 10%, 19%) |
| LAB | lab(77.0 -33.4 1.6) |
| LCH | lch(77.0 33.5 177.2) |
| OKLCH | oklch(0.790 0.097 177.7) |
Copy-ready code
/* CSS */
color: #6fcfba;
background-color: #6fcfba;
/* Tailwind (arbitrary) */
class="text-[#6fcfba] bg-[#6fcfba]"
/* SCSS */
$brand: #6fcfba;
/* SwiftUI */
Color(red: 0.435, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#6fcfba")Accessibility — WCAG contrast
Aa
#6fcfba on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fcfba on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green81.2%
Blue72.9%
CMYK percentages
Cyan46.4%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#6fcfba text on a black background
contrast 11.31:1
Card sample
#6fcfba text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fcfba;
Background color
Panel with #6fcfba background
background-color: #6fcfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fcfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fcfba; background: linear-gradient(135deg, #6fcfba, #6FA4CF);