#6aceba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
106, 206, 186
HSL
168°, 51%, 61%
CMYK
49, 0, 10, 19
Luminance
0.5075
Every format
| HEX | #6aceba |
| RGB | rgb(106, 206, 186) |
| HSL | hsl(168, 51%, 61%) |
| CMYK | cmyk(49%, 0%, 10%, 19%) |
| LAB | lab(76.5 -34.1 0.9) |
| LCH | lch(76.5 34.2 178.4) |
| OKLCH | oklch(0.785 0.099 178.9) |
Copy-ready code
/* CSS */
color: #6aceba;
background-color: #6aceba;
/* Tailwind (arbitrary) */
class="text-[#6aceba] bg-[#6aceba]"
/* SCSS */
$brand: #6aceba;
/* SwiftUI */
Color(red: 0.416, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#6aceba")Accessibility — WCAG contrast
Aa
#6aceba on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6aceba on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green80.8%
Blue72.9%
CMYK percentages
Cyan48.5%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#6aceba text on a black background
contrast 11.15:1
Card sample
#6aceba text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6aceba;
Background color
Panel with #6aceba background
background-color: #6aceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6aceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6aceba; background: linear-gradient(135deg, #6aceba, #6A9FCE);