#a2acdc
a light, vivid blue · warm · closest name: steelblue
RGB
162, 172, 220
HSL
230°, 45%, 75%
CMYK
26, 22, 0, 14
Luminance
0.4235
Every format
| HEX | #a2acdc |
| RGB | rgb(162, 172, 220) |
| HSL | hsl(230, 45%, 75%) |
| CMYK | cmyk(26%, 22%, 0%, 14%) |
| LAB | lab(71.1 7.1 -25.4) |
| LCH | lch(71.1 26.3 285.6) |
| OKLCH | oklch(0.753 0.070 275.4) |
Copy-ready code
/* CSS */
color: #a2acdc;
background-color: #a2acdc;
/* Tailwind (arbitrary) */
class="text-[#a2acdc] bg-[#a2acdc]"
/* SCSS */
$brand: #a2acdc;
/* SwiftUI */
Color(red: 0.635, green: 0.675, blue: 0.863)
/* Android */
Color.parseColor("#a2acdc")Accessibility — WCAG contrast
Aa
#a2acdc on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2acdc on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.5%
Blue86.3%
CMYK percentages
Cyan26.4%
Magenta21.8%
Yellow0.0%
Key (black)13.7%
Color previews
#a2acdc text on a black background
contrast 9.47:1
Card sample
#a2acdc text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2acdc;
Background color
Panel with #a2acdc background
background-color: #a2acdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2acdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 172, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 172, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2acdc; background: linear-gradient(135deg, #a2acdc, #BFA2DC);