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