#a2adcd
a light, soft blue · cool · closest name: silver
RGB
162, 173, 205
HSL
225°, 30%, 72%
CMYK
21, 16, 0, 20
Luminance
0.4198
Every format
| HEX | #a2adcd |
| RGB | rgb(162, 173, 205) |
| HSL | hsl(225, 30%, 72%) |
| CMYK | cmyk(21%, 16%, 0%, 20%) |
| LAB | lab(70.8 3.0 -17.5) |
| LCH | lch(70.8 17.8 279.7) |
| OKLCH | oklch(0.750 0.048 270.3) |
Copy-ready code
/* CSS */
color: #a2adcd;
background-color: #a2adcd;
/* Tailwind (arbitrary) */
class="text-[#a2adcd] bg-[#a2adcd]"
/* SCSS */
$brand: #a2adcd;
/* SwiftUI */
Color(red: 0.635, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#a2adcd")Accessibility — WCAG contrast
Aa
#a2adcd on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2adcd on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.8%
Blue80.4%
CMYK percentages
Cyan21.0%
Magenta15.6%
Yellow0.0%
Key (black)19.6%
Color previews
#a2adcd text on a black background
contrast 9.40:1
Card sample
#a2adcd text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2adcd;
Background color
Panel with #a2adcd background
background-color: #a2adcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2adcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2adcd; background: linear-gradient(135deg, #a2adcd, #B4A2CD);