#6ccfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
108, 207, 186
HSL
167°, 51%, 62%
CMYK
48, 0, 10, 19
Luminance
0.5136
Every format
| HEX | #6ccfba |
| RGB | rgb(108, 207, 186) |
| HSL | hsl(167, 51%, 62%) |
| CMYK | cmyk(48%, 0%, 10%, 19%) |
| LAB | lab(76.9 -34.1 1.5) |
| LCH | lch(76.9 34.2 177.5) |
| OKLCH | oklch(0.788 0.099 178.0) |
Copy-ready code
/* CSS */
color: #6ccfba;
background-color: #6ccfba;
/* Tailwind (arbitrary) */
class="text-[#6ccfba] bg-[#6ccfba]"
/* SCSS */
$brand: #6ccfba;
/* SwiftUI */
Color(red: 0.424, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#6ccfba")Accessibility — WCAG contrast
Aa
#6ccfba on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ccfba on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green81.2%
Blue72.9%
CMYK percentages
Cyan47.8%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#6ccfba text on a black background
contrast 11.27:1
Card sample
#6ccfba text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ccfba;
Background color
Panel with #6ccfba background
background-color: #6ccfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ccfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ccfba; background: linear-gradient(135deg, #6ccfba, #6CA2CF);