#a2acec
a light, vivid blue · warm · closest name: plum
RGB
162, 172, 236
HSL
232°, 66%, 78%
CMYK
31, 27, 0, 8
Luminance
0.4324
Every format
| HEX | #a2acec |
| RGB | rgb(162, 172, 236) |
| HSL | hsl(232, 66%, 78%) |
| CMYK | cmyk(31%, 27%, 0%, 8%) |
| LAB | lab(71.7 11.0 -33.1) |
| LCH | lch(71.7 34.9 288.3) |
| OKLCH | oklch(0.760 0.093 277.1) |
Copy-ready code
/* CSS */
color: #a2acec;
background-color: #a2acec;
/* Tailwind (arbitrary) */
class="text-[#a2acec] bg-[#a2acec]"
/* SCSS */
$brand: #a2acec;
/* SwiftUI */
Color(red: 0.635, green: 0.675, blue: 0.925)
/* Android */
Color.parseColor("#a2acec")Accessibility — WCAG contrast
Aa
#a2acec on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2acec on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.5%
Blue92.5%
CMYK percentages
Cyan31.4%
Magenta27.1%
Yellow0.0%
Key (black)7.5%
Color previews
#a2acec text on a black background
contrast 9.65:1
Card sample
#a2acec text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2acec;
Background color
Panel with #a2acec background
background-color: #a2acec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2acec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 172, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 172, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2acec; background: linear-gradient(135deg, #a2acec, #C9A2EC);