#6bbcad
a balanced, soft cyan · cool · closest name: turquoise
RGB
107, 188, 173
HSL
169°, 38%, 58%
CMYK
43, 0, 8, 26
Luminance
0.4211
Every format
| HEX | #6bbcad |
| RGB | rgb(107, 188, 173) |
| HSL | hsl(169, 38%, 58%) |
| CMYK | cmyk(43%, 0%, 8%, 26%) |
| LAB | lab(70.9 -28.4 -0.2) |
| LCH | lch(70.9 28.4 180.3) |
| OKLCH | oklch(0.739 0.083 180.6) |
Copy-ready code
/* CSS */
color: #6bbcad;
background-color: #6bbcad;
/* Tailwind (arbitrary) */
class="text-[#6bbcad] bg-[#6bbcad]"
/* SCSS */
$brand: #6bbcad;
/* SwiftUI */
Color(red: 0.420, green: 0.737, blue: 0.678)
/* Android */
Color.parseColor("#6bbcad")Accessibility — WCAG contrast
Aa
#6bbcad on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bbcad on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green73.7%
Blue67.8%
CMYK percentages
Cyan43.1%
Magenta0.0%
Yellow8.0%
Key (black)26.3%
Color previews
#6bbcad text on a black background
contrast 9.42:1
Card sample
#6bbcad text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bbcad;
Background color
Panel with #6bbcad background
background-color: #6bbcad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bbcad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 188, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 188, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bbcad; background: linear-gradient(135deg, #6bbcad, #6B95BC);