#a2ace2
a light, vivid blue · warm · closest name: steelblue
RGB
162, 172, 226
HSL
231°, 53%, 76%
CMYK
28, 24, 0, 11
Luminance
0.4268
Every format
| HEX | #a2ace2 |
| RGB | rgb(162, 172, 226) |
| HSL | hsl(231, 53%, 76%) |
| CMYK | cmyk(28%, 24%, 0%, 11%) |
| LAB | lab(71.3 8.5 -28.3) |
| LCH | lch(71.3 29.5 286.7) |
| OKLCH | oklch(0.756 0.079 276.2) |
Copy-ready code
/* CSS */
color: #a2ace2;
background-color: #a2ace2;
/* Tailwind (arbitrary) */
class="text-[#a2ace2] bg-[#a2ace2]"
/* SCSS */
$brand: #a2ace2;
/* SwiftUI */
Color(red: 0.635, green: 0.675, blue: 0.886)
/* Android */
Color.parseColor("#a2ace2")Accessibility — WCAG contrast
Aa
#a2ace2 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ace2 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.5%
Blue88.6%
CMYK percentages
Cyan28.3%
Magenta23.9%
Yellow0.0%
Key (black)11.4%
Color previews
#a2ace2 text on a black background
contrast 9.54:1
Card sample
#a2ace2 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ace2;
Background color
Panel with #a2ace2 background
background-color: #a2ace2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ace2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 172, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 172, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ace2; background: linear-gradient(135deg, #a2ace2, #C3A2E2);