#a2abcf
a light, soft blue · warm · closest name: silver
RGB
162, 171, 207
HSL
228°, 32%, 72%
CMYK
22, 17, 0, 19
Luminance
0.4131
Every format
| HEX | #a2abcf |
| RGB | rgb(162, 171, 207) |
| HSL | hsl(228, 32%, 72%) |
| CMYK | cmyk(22%, 17%, 0%, 19%) |
| LAB | lab(70.4 4.5 -19.3) |
| LCH | lch(70.4 19.9 283.3) |
| OKLCH | oklch(0.746 0.053 274.0) |
Copy-ready code
/* CSS */
color: #a2abcf;
background-color: #a2abcf;
/* Tailwind (arbitrary) */
class="text-[#a2abcf] bg-[#a2abcf]"
/* SCSS */
$brand: #a2abcf;
/* SwiftUI */
Color(red: 0.635, green: 0.671, blue: 0.812)
/* Android */
Color.parseColor("#a2abcf")Accessibility — WCAG contrast
Aa
#a2abcf on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2abcf on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.1%
Blue81.2%
CMYK percentages
Cyan21.7%
Magenta17.4%
Yellow0.0%
Key (black)18.8%
Color previews
#a2abcf text on a black background
contrast 9.26:1
Card sample
#a2abcf text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2abcf;
Background color
Panel with #a2abcf background
background-color: #a2abcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2abcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 171, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 171, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2abcf; background: linear-gradient(135deg, #a2abcf, #B7A2CF);