#6cbfba
a balanced, soft cyan · cool · closest name: turquoise
RGB
108, 191, 186
HSL
176°, 39%, 59%
CMYK
44, 0, 3, 25
Luminance
0.4399
Every format
| HEX | #6cbfba |
| RGB | rgb(108, 191, 186) |
| HSL | hsl(176, 39%, 59%) |
| CMYK | cmyk(44%, 0%, 3%, 25%) |
| LAB | lab(72.2 -26.5 -5.4) |
| LCH | lch(72.2 27.0 191.5) |
| OKLCH | oklch(0.751 0.082 190.5) |
Copy-ready code
/* CSS */
color: #6cbfba;
background-color: #6cbfba;
/* Tailwind (arbitrary) */
class="text-[#6cbfba] bg-[#6cbfba]"
/* SCSS */
$brand: #6cbfba;
/* SwiftUI */
Color(red: 0.424, green: 0.749, blue: 0.729)
/* Android */
Color.parseColor("#6cbfba")Accessibility — WCAG contrast
Aa
#6cbfba on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cbfba on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green74.9%
Blue72.9%
CMYK percentages
Cyan43.5%
Magenta0.0%
Yellow2.6%
Key (black)25.1%
Color previews
#6cbfba text on a black background
contrast 9.80:1
Card sample
#6cbfba text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cbfba;
Background color
Panel with #6cbfba background
background-color: #6cbfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cbfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 191, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 191, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cbfba; background: linear-gradient(135deg, #6cbfba, #6C8DBF);