#a2ace7
a light, vivid blue · warm · closest name: steelblue
RGB
162, 172, 231
HSL
231°, 59%, 77%
CMYK
30, 26, 0, 9
Luminance
0.4296
Every format
| HEX | #a2ace7 |
| RGB | rgb(162, 172, 231) |
| HSL | hsl(231, 59%, 77%) |
| CMYK | cmyk(30%, 26%, 0%, 9%) |
| LAB | lab(71.5 9.7 -30.7) |
| LCH | lch(71.5 32.2 287.6) |
| OKLCH | oklch(0.758 0.086 276.7) |
Copy-ready code
/* CSS */
color: #a2ace7;
background-color: #a2ace7;
/* Tailwind (arbitrary) */
class="text-[#a2ace7] bg-[#a2ace7]"
/* SCSS */
$brand: #a2ace7;
/* SwiftUI */
Color(red: 0.635, green: 0.675, blue: 0.906)
/* Android */
Color.parseColor("#a2ace7")Accessibility — WCAG contrast
Aa
#a2ace7 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ace7 on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.5%
Blue90.6%
CMYK percentages
Cyan29.9%
Magenta25.5%
Yellow0.0%
Key (black)9.4%
Color previews
#a2ace7 text on a black background
contrast 9.59:1
Card sample
#a2ace7 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ace7;
Background color
Panel with #a2ace7 background
background-color: #a2ace7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ace7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 172, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 172, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ace7; background: linear-gradient(135deg, #a2ace7, #C6A2E7);