#6fdbb7
a balanced, vivid cyan · cool · closest name: turquoise
RGB
111, 219, 183
HSL
160°, 60%, 65%
CMYK
49, 0, 16, 14
Luminance
0.5746
Every format
| HEX | #6fdbb7 |
| RGB | rgb(111, 219, 183) |
| HSL | hsl(160, 60%, 65%) |
| CMYK | cmyk(49%, 0%, 16%, 14%) |
| LAB | lab(80.4 -39.6 8.2) |
| LCH | lch(80.4 40.5 168.3) |
| OKLCH | oklch(0.817 0.114 169.3) |
Copy-ready code
/* CSS */
color: #6fdbb7;
background-color: #6fdbb7;
/* Tailwind (arbitrary) */
class="text-[#6fdbb7] bg-[#6fdbb7]"
/* SCSS */
$brand: #6fdbb7;
/* SwiftUI */
Color(red: 0.435, green: 0.859, blue: 0.718)
/* Android */
Color.parseColor("#6fdbb7")Accessibility — WCAG contrast
Aa
#6fdbb7 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fdbb7 on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green85.9%
Blue71.8%
CMYK percentages
Cyan49.3%
Magenta0.0%
Yellow16.4%
Key (black)14.1%
Color previews
#6fdbb7 text on a black background
contrast 12.49:1
Card sample
#6fdbb7 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fdbb7;
Background color
Panel with #6fdbb7 background
background-color: #6fdbb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fdbb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 219, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 219, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fdbb7; background: linear-gradient(135deg, #6fdbb7, #6FB7DB);