#a6b1cf
a light, soft blue · cool · closest name: silver
RGB
166, 177, 207
HSL
224°, 30%, 73%
CMYK
20, 15, 0, 19
Luminance
0.4406
Every format
| HEX | #a6b1cf |
| RGB | rgb(166, 177, 207) |
| HSL | hsl(224, 30%, 73%) |
| CMYK | cmyk(20%, 15%, 0%, 19%) |
| LAB | lab(72.3 2.5 -16.5) |
| LCH | lch(72.3 16.6 278.7) |
| OKLCH | oklch(0.762 0.045 269.4) |
Copy-ready code
/* CSS */
color: #a6b1cf;
background-color: #a6b1cf;
/* Tailwind (arbitrary) */
class="text-[#a6b1cf] bg-[#a6b1cf]"
/* SCSS */
$brand: #a6b1cf;
/* SwiftUI */
Color(red: 0.651, green: 0.694, blue: 0.812)
/* Android */
Color.parseColor("#a6b1cf")Accessibility — WCAG contrast
Aa
#a6b1cf on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6b1cf on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green69.4%
Blue81.2%
CMYK percentages
Cyan19.8%
Magenta14.5%
Yellow0.0%
Key (black)18.8%
Color previews
#a6b1cf text on a black background
contrast 9.81:1
Card sample
#a6b1cf text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6b1cf;
Background color
Panel with #a6b1cf background
background-color: #a6b1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6b1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 177, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 177, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6b1cf; background: linear-gradient(135deg, #a6b1cf, #B6A6CF);