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