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