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