#6ca2ab
a balanced, soft cyan · cool · closest name: skyblue
RGB
108, 162, 171
HSL
189°, 27%, 55%
CMYK
37, 5, 0, 33
Luminance
0.3197
Every format
| HEX | #6ca2ab |
| RGB | rgb(108, 162, 171) |
| HSL | hsl(189, 27%, 55%) |
| CMYK | cmyk(37%, 5%, 0%, 33%) |
| LAB | lab(63.3 -15.4 -10.3) |
| LCH | lch(63.3 18.6 213.8) |
| OKLCH | oklch(0.678 0.058 209.0) |
Copy-ready code
/* CSS */
color: #6ca2ab;
background-color: #6ca2ab;
/* Tailwind (arbitrary) */
class="text-[#6ca2ab] bg-[#6ca2ab]"
/* SCSS */
$brand: #6ca2ab;
/* SwiftUI */
Color(red: 0.424, green: 0.635, blue: 0.671)
/* Android */
Color.parseColor("#6ca2ab")Accessibility — WCAG contrast
Aa
#6ca2ab on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ca2ab on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green63.5%
Blue67.1%
CMYK percentages
Cyan36.8%
Magenta5.3%
Yellow0.0%
Key (black)32.9%
Color previews
#6ca2ab text on a black background
contrast 7.39:1
Card sample
#6ca2ab text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ca2ab;
Background color
Panel with #6ca2ab background
background-color: #6ca2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ca2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 162, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 162, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ca2ab; background: linear-gradient(135deg, #6ca2ab, #6C78AB);