#6bdfbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
107, 223, 191
HSL
163°, 64%, 65%
CMYK
52, 0, 14, 13
Luminance
0.5966
Every format
| HEX | #6bdfbf |
| RGB | rgb(107, 223, 191) |
| HSL | hsl(163, 64%, 65%) |
| CMYK | cmyk(52%, 0%, 14%, 13%) |
| LAB | lab(81.7 -40.5 5.7) |
| LCH | lch(81.7 40.9 172.0) |
| OKLCH | oklch(0.827 0.116 172.9) |
Copy-ready code
/* CSS */
color: #6bdfbf;
background-color: #6bdfbf;
/* Tailwind (arbitrary) */
class="text-[#6bdfbf] bg-[#6bdfbf]"
/* SCSS */
$brand: #6bdfbf;
/* SwiftUI */
Color(red: 0.420, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#6bdfbf")Accessibility — WCAG contrast
Aa
#6bdfbf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bdfbf on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green87.5%
Blue74.9%
CMYK percentages
Cyan52.0%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#6bdfbf text on a black background
contrast 12.93:1
Card sample
#6bdfbf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bdfbf;
Background color
Panel with #6bdfbf background
background-color: #6bdfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bdfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bdfbf; background: linear-gradient(135deg, #6bdfbf, #6BB2DF);