#a3adc2
a light, soft blue · cool · closest name: silver
RGB
163, 173, 194
HSL
221°, 20%, 70%
CMYK
16, 11, 0, 24
Luminance
0.4157
Every format
| HEX | #a3adc2 |
| RGB | rgb(163, 173, 194) |
| HSL | hsl(221, 20%, 70%) |
| CMYK | cmyk(16%, 11%, 0%, 24%) |
| LAB | lab(70.6 0.9 -11.9) |
| LCH | lch(70.6 11.9 274.1) |
| OKLCH | oklch(0.747 0.032 265.3) |
Copy-ready code
/* CSS */
color: #a3adc2;
background-color: #a3adc2;
/* Tailwind (arbitrary) */
class="text-[#a3adc2] bg-[#a3adc2]"
/* SCSS */
$brand: #a3adc2;
/* SwiftUI */
Color(red: 0.639, green: 0.678, blue: 0.761)
/* Android */
Color.parseColor("#a3adc2")Accessibility — WCAG contrast
Aa
#a3adc2 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3adc2 on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green67.8%
Blue76.1%
CMYK percentages
Cyan16.0%
Magenta10.8%
Yellow0.0%
Key (black)23.9%
Color previews
#a3adc2 text on a black background
contrast 9.31:1
Card sample
#a3adc2 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3adc2;
Background color
Panel with #a3adc2 background
background-color: #a3adc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3adc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 173, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 173, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3adc2; background: linear-gradient(135deg, #a3adc2, #AEA3C2);