#a2b2cf
a light, soft blue · cool · closest name: silver
RGB
162, 178, 207
HSL
219°, 32%, 72%
CMYK
22, 14, 0, 19
Luminance
0.4403
Every format
| HEX | #a2b2cf |
| RGB | rgb(162, 178, 207) |
| HSL | hsl(219, 32%, 72%) |
| CMYK | cmyk(22%, 14%, 0%, 19%) |
| LAB | lab(72.3 0.7 -16.5) |
| LCH | lch(72.3 16.5 272.5) |
| OKLCH | oklch(0.761 0.045 262.4) |
Copy-ready code
/* CSS */
color: #a2b2cf;
background-color: #a2b2cf;
/* Tailwind (arbitrary) */
class="text-[#a2b2cf] bg-[#a2b2cf]"
/* SCSS */
$brand: #a2b2cf;
/* SwiftUI */
Color(red: 0.635, green: 0.698, blue: 0.812)
/* Android */
Color.parseColor("#a2b2cf")Accessibility — WCAG contrast
Aa
#a2b2cf on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2b2cf on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green69.8%
Blue81.2%
CMYK percentages
Cyan21.7%
Magenta14.0%
Yellow0.0%
Key (black)18.8%
Color previews
#a2b2cf text on a black background
contrast 9.81:1
Card sample
#a2b2cf text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2b2cf;
Background color
Panel with #a2b2cf background
background-color: #a2b2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2b2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 178, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 178, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2b2cf; background: linear-gradient(135deg, #a2b2cf, #B0A2CF);