#6cceb1
a balanced, vivid cyan · cool · closest name: turquoise
RGB
108, 206, 177
HSL
162°, 50%, 62%
CMYK
48, 0, 14, 19
Luminance
0.5051
Every format
| HEX | #6cceb1 |
| RGB | rgb(108, 206, 177) |
| HSL | hsl(162, 50%, 62%) |
| CMYK | cmyk(48%, 0%, 14%, 19%) |
| LAB | lab(76.4 -35.8 5.6) |
| LCH | lch(76.4 36.2 171.2) |
| OKLCH | oklch(0.783 0.103 172.1) |
Copy-ready code
/* CSS */
color: #6cceb1;
background-color: #6cceb1;
/* Tailwind (arbitrary) */
class="text-[#6cceb1] bg-[#6cceb1]"
/* SCSS */
$brand: #6cceb1;
/* SwiftUI */
Color(red: 0.424, green: 0.808, blue: 0.694)
/* Android */
Color.parseColor("#6cceb1")Accessibility — WCAG contrast
Aa
#6cceb1 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cceb1 on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green80.8%
Blue69.4%
CMYK percentages
Cyan47.6%
Magenta0.0%
Yellow14.1%
Key (black)19.2%
Color previews
#6cceb1 text on a black background
contrast 11.10:1
Card sample
#6cceb1 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cceb1;
Background color
Panel with #6cceb1 background
background-color: #6cceb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cceb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 206, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 206, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cceb1; background: linear-gradient(135deg, #6cceb1, #6CAACE);