#a2accb
a light, soft blue · warm · closest name: silver
RGB
162, 172, 203
HSL
225°, 28%, 72%
CMYK
20, 15, 0, 20
Luminance
0.4150
Every format
| HEX | #a2accb |
| RGB | rgb(162, 172, 203) |
| HSL | hsl(225, 28%, 72%) |
| CMYK | cmyk(20%, 15%, 0%, 20%) |
| LAB | lab(70.5 3.1 -16.9) |
| LCH | lch(70.5 17.2 280.3) |
| OKLCH | oklch(0.747 0.046 271.2) |
Copy-ready code
/* CSS */
color: #a2accb;
background-color: #a2accb;
/* Tailwind (arbitrary) */
class="text-[#a2accb] bg-[#a2accb]"
/* SCSS */
$brand: #a2accb;
/* SwiftUI */
Color(red: 0.635, green: 0.675, blue: 0.796)
/* Android */
Color.parseColor("#a2accb")Accessibility — WCAG contrast
Aa
#a2accb on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2accb on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.5%
Blue79.6%
CMYK percentages
Cyan20.2%
Magenta15.3%
Yellow0.0%
Key (black)20.4%
Color previews
#a2accb text on a black background
contrast 9.30:1
Card sample
#a2accb text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2accb;
Background color
Panel with #a2accb background
background-color: #a2accb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2accb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 172, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 172, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2accb; background: linear-gradient(135deg, #a2accb, #B3A2CB);