#a3afd0
a light, soft blue · cool · closest name: silver
RGB
163, 175, 208
HSL
224°, 32%, 73%
CMYK
22, 16, 0, 18
Luminance
0.4300
Every format
| HEX | #a3afd0 |
| RGB | rgb(163, 175, 208) |
| HSL | hsl(224, 32%, 73%) |
| CMYK | cmyk(22%, 16%, 0%, 18%) |
| LAB | lab(71.5 2.9 -18.1) |
| LCH | lch(71.5 18.3 279.1) |
| OKLCH | oklch(0.756 0.049 269.5) |
Copy-ready code
/* CSS */
color: #a3afd0;
background-color: #a3afd0;
/* Tailwind (arbitrary) */
class="text-[#a3afd0] bg-[#a3afd0]"
/* SCSS */
$brand: #a3afd0;
/* SwiftUI */
Color(red: 0.639, green: 0.686, blue: 0.816)
/* Android */
Color.parseColor("#a3afd0")Accessibility — WCAG contrast
Aa
#a3afd0 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3afd0 on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green68.6%
Blue81.6%
CMYK percentages
Cyan21.6%
Magenta15.9%
Yellow0.0%
Key (black)18.4%
Color previews
#a3afd0 text on a black background
contrast 9.60:1
Card sample
#a3afd0 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3afd0;
Background color
Panel with #a3afd0 background
background-color: #a3afd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3afd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 175, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 175, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3afd0; background: linear-gradient(135deg, #a3afd0, #B5A3D0);