#a7b2cf
a light, soft blue · cool · closest name: silver
RGB
167, 178, 207
HSL
224°, 29%, 73%
CMYK
19, 14, 0, 19
Luminance
0.4456
Every format
| HEX | #a7b2cf |
| RGB | rgb(167, 178, 207) |
| HSL | hsl(224, 29%, 73%) |
| CMYK | cmyk(19%, 14%, 0%, 19%) |
| LAB | lab(72.6 2.3 -15.9) |
| LCH | lch(72.6 16.1 278.1) |
| OKLCH | oklch(0.765 0.043 268.9) |
Copy-ready code
/* CSS */
color: #a7b2cf;
background-color: #a7b2cf;
/* Tailwind (arbitrary) */
class="text-[#a7b2cf] bg-[#a7b2cf]"
/* SCSS */
$brand: #a7b2cf;
/* SwiftUI */
Color(red: 0.655, green: 0.698, blue: 0.812)
/* Android */
Color.parseColor("#a7b2cf")Accessibility — WCAG contrast
Aa
#a7b2cf on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7b2cf on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green69.8%
Blue81.2%
CMYK percentages
Cyan19.3%
Magenta14.0%
Yellow0.0%
Key (black)18.8%
Color previews
#a7b2cf text on a black background
contrast 9.91:1
Card sample
#a7b2cf text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7b2cf;
Background color
Panel with #a7b2cf background
background-color: #a7b2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7b2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 178, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 178, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7b2cf; background: linear-gradient(135deg, #a7b2cf, #B7A7CF);