#6bceb3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
107, 206, 179
HSL
164°, 50%, 61%
CMYK
48, 0, 13, 19
Luminance
0.5052
Every format
| HEX | #6bceb3 |
| RGB | rgb(107, 206, 179) |
| HSL | hsl(164, 50%, 61%) |
| CMYK | cmyk(48%, 0%, 13%, 19%) |
| LAB | lab(76.4 -35.6 4.5) |
| LCH | lch(76.4 35.8 172.8) |
| OKLCH | oklch(0.784 0.102 173.6) |
Copy-ready code
/* CSS */
color: #6bceb3;
background-color: #6bceb3;
/* Tailwind (arbitrary) */
class="text-[#6bceb3] bg-[#6bceb3]"
/* SCSS */
$brand: #6bceb3;
/* SwiftUI */
Color(red: 0.420, green: 0.808, blue: 0.702)
/* Android */
Color.parseColor("#6bceb3")Accessibility — WCAG contrast
Aa
#6bceb3 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bceb3 on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green80.8%
Blue70.2%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow13.1%
Key (black)19.2%
Color previews
#6bceb3 text on a black background
contrast 11.10:1
Card sample
#6bceb3 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bceb3;
Background color
Panel with #6bceb3 background
background-color: #6bceb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bceb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 206, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 206, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bceb3; background: linear-gradient(135deg, #6bceb3, #6BA7CE);