#a2ace3
a light, vivid blue · warm · closest name: steelblue
RGB
162, 172, 227
HSL
231°, 54%, 76%
CMYK
29, 24, 0, 11
Luminance
0.4273
Every format
| HEX | #a2ace3 |
| RGB | rgb(162, 172, 227) |
| HSL | hsl(231, 54%, 76%) |
| CMYK | cmyk(29%, 24%, 0%, 11%) |
| LAB | lab(71.4 8.8 -28.8) |
| LCH | lch(71.4 30.1 286.9) |
| OKLCH | oklch(0.756 0.080 276.3) |
Copy-ready code
/* CSS */
color: #a2ace3;
background-color: #a2ace3;
/* Tailwind (arbitrary) */
class="text-[#a2ace3] bg-[#a2ace3]"
/* SCSS */
$brand: #a2ace3;
/* SwiftUI */
Color(red: 0.635, green: 0.675, blue: 0.890)
/* Android */
Color.parseColor("#a2ace3")Accessibility — WCAG contrast
Aa
#a2ace3 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ace3 on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.5%
Blue89.0%
CMYK percentages
Cyan28.6%
Magenta24.2%
Yellow0.0%
Key (black)11.0%
Color previews
#a2ace3 text on a black background
contrast 9.55:1
Card sample
#a2ace3 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ace3;
Background color
Panel with #a2ace3 background
background-color: #a2ace3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ace3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 172, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 172, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ace3; background: linear-gradient(135deg, #a2ace3, #C3A2E3);