#6acabc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
106, 202, 188
HSL
171°, 48%, 60%
CMYK
48, 0, 7, 21
Luminance
0.4894
Every format
| HEX | #6acabc |
| RGB | rgb(106, 202, 188) |
| HSL | hsl(171, 48%, 60%) |
| CMYK | cmyk(48%, 0%, 7%, 21%) |
| LAB | lab(75.4 -31.8 -1.8) |
| LCH | lch(75.4 31.8 183.2) |
| OKLCH | oklch(0.776 0.094 183.2) |
Copy-ready code
/* CSS */
color: #6acabc;
background-color: #6acabc;
/* Tailwind (arbitrary) */
class="text-[#6acabc] bg-[#6acabc]"
/* SCSS */
$brand: #6acabc;
/* SwiftUI */
Color(red: 0.416, green: 0.792, blue: 0.737)
/* Android */
Color.parseColor("#6acabc")Accessibility — WCAG contrast
Aa
#6acabc on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6acabc on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green79.2%
Blue73.7%
CMYK percentages
Cyan47.5%
Magenta0.0%
Yellow6.9%
Key (black)20.8%
Color previews
#6acabc text on a black background
contrast 10.79:1
Card sample
#6acabc text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6acabc;
Background color
Panel with #6acabc background
background-color: #6acabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6acabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 202, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 202, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6acabc; background: linear-gradient(135deg, #6acabc, #6A98CA);