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