#6acfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
106, 207, 186
HSL
168°, 51%, 61%
CMYK
49, 0, 10, 19
Luminance
0.5123
Every format
| HEX | #6acfba |
| RGB | rgb(106, 207, 186) |
| HSL | hsl(168, 51%, 61%) |
| CMYK | cmyk(49%, 0%, 10%, 19%) |
| LAB | lab(76.8 -34.6 1.4) |
| LCH | lch(76.8 34.6 177.8) |
| OKLCH | oklch(0.787 0.100 178.3) |
Copy-ready code
/* CSS */
color: #6acfba;
background-color: #6acfba;
/* Tailwind (arbitrary) */
class="text-[#6acfba] bg-[#6acfba]"
/* SCSS */
$brand: #6acfba;
/* SwiftUI */
Color(red: 0.416, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#6acfba")Accessibility — WCAG contrast
Aa
#6acfba on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6acfba on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green81.2%
Blue72.9%
CMYK percentages
Cyan48.8%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#6acfba text on a black background
contrast 11.25:1
Card sample
#6acfba text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6acfba;
Background color
Panel with #6acfba background
background-color: #6acfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6acfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6acfba; background: linear-gradient(135deg, #6acfba, #6AA1CF);