#6ea2ac
a balanced, soft cyan · cool · closest name: skyblue
RGB
110, 162, 172
HSL
190°, 27%, 55%
CMYK
36, 6, 0, 33
Luminance
0.3213
Every format
| HEX | #6ea2ac |
| RGB | rgb(110, 162, 172) |
| HSL | hsl(190, 27%, 55%) |
| CMYK | cmyk(36%, 6%, 0%, 33%) |
| LAB | lab(63.5 -14.6 -10.7) |
| LCH | lch(63.5 18.1 216.1) |
| OKLCH | oklch(0.679 0.057 210.9) |
Copy-ready code
/* CSS */
color: #6ea2ac;
background-color: #6ea2ac;
/* Tailwind (arbitrary) */
class="text-[#6ea2ac] bg-[#6ea2ac]"
/* SCSS */
$brand: #6ea2ac;
/* SwiftUI */
Color(red: 0.431, green: 0.635, blue: 0.675)
/* Android */
Color.parseColor("#6ea2ac")Accessibility — WCAG contrast
Aa
#6ea2ac on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ea2ac on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green63.5%
Blue67.5%
CMYK percentages
Cyan36.0%
Magenta5.8%
Yellow0.0%
Key (black)32.5%
Color previews
#6ea2ac text on a black background
contrast 7.43:1
Card sample
#6ea2ac text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ea2ac;
Background color
Panel with #6ea2ac background
background-color: #6ea2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ea2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 162, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 162, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ea2ac; background: linear-gradient(135deg, #6ea2ac, #6E79AC);