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