#a2acda
a light, soft blue · warm · closest name: steelblue
RGB
162, 172, 218
HSL
229°, 43%, 75%
CMYK
26, 21, 0, 15
Luminance
0.4225
Every format
| HEX | #a2acda |
| RGB | rgb(162, 172, 218) |
| HSL | hsl(229, 43%, 75%) |
| CMYK | cmyk(26%, 21%, 0%, 15%) |
| LAB | lab(71.0 6.6 -24.4) |
| LCH | lch(71.0 25.2 285.1) |
| OKLCH | oklch(0.753 0.067 275.1) |
Copy-ready code
/* CSS */
color: #a2acda;
background-color: #a2acda;
/* Tailwind (arbitrary) */
class="text-[#a2acda] bg-[#a2acda]"
/* SCSS */
$brand: #a2acda;
/* SwiftUI */
Color(red: 0.635, green: 0.675, blue: 0.855)
/* Android */
Color.parseColor("#a2acda")Accessibility — WCAG contrast
Aa
#a2acda on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2acda on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.5%
Blue85.5%
CMYK percentages
Cyan25.7%
Magenta21.1%
Yellow0.0%
Key (black)14.5%
Color previews
#a2acda text on a black background
contrast 9.45:1
Card sample
#a2acda text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2acda;
Background color
Panel with #a2acda background
background-color: #a2acda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2acda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 172, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 172, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2acda; background: linear-gradient(135deg, #a2acda, #BDA2DA);