#6fbaad
a balanced, soft cyan · cool · closest name: turquoise
RGB
111, 186, 173
HSL
170°, 35%, 58%
CMYK
40, 0, 7, 27
Luminance
0.4151
Every format
| HEX | #6fbaad |
| RGB | rgb(111, 186, 173) |
| HSL | hsl(170, 35%, 58%) |
| CMYK | cmyk(40%, 0%, 7%, 27%) |
| LAB | lab(70.5 -26.4 -0.7) |
| LCH | lch(70.5 26.4 181.6) |
| OKLCH | oklch(0.736 0.078 181.8) |
Copy-ready code
/* CSS */
color: #6fbaad;
background-color: #6fbaad;
/* Tailwind (arbitrary) */
class="text-[#6fbaad] bg-[#6fbaad]"
/* SCSS */
$brand: #6fbaad;
/* SwiftUI */
Color(red: 0.435, green: 0.729, blue: 0.678)
/* Android */
Color.parseColor("#6fbaad")Accessibility — WCAG contrast
Aa
#6fbaad on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fbaad on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green72.9%
Blue67.8%
CMYK percentages
Cyan40.3%
Magenta0.0%
Yellow7.0%
Key (black)27.1%
Color previews
#6fbaad text on a black background
contrast 9.30:1
Card sample
#6fbaad text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fbaad;
Background color
Panel with #6fbaad background
background-color: #6fbaad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fbaad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 186, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 186, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fbaad; background: linear-gradient(135deg, #6fbaad, #6F95BA);