#a0acdf
a light, vivid blue · warm · closest name: steelblue
RGB
160, 172, 223
HSL
229°, 50%, 75%
CMYK
28, 23, 0, 13
Luminance
0.4231
Every format
| HEX | #a0acdf |
| RGB | rgb(160, 172, 223) |
| HSL | hsl(229, 50%, 75%) |
| CMYK | cmyk(28%, 23%, 0%, 13%) |
| LAB | lab(71.1 7.2 -27.1) |
| LCH | lch(71.1 28.0 284.9) |
| OKLCH | oklch(0.753 0.075 274.2) |
Copy-ready code
/* CSS */
color: #a0acdf;
background-color: #a0acdf;
/* Tailwind (arbitrary) */
class="text-[#a0acdf] bg-[#a0acdf]"
/* SCSS */
$brand: #a0acdf;
/* SwiftUI */
Color(red: 0.627, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#a0acdf")Accessibility — WCAG contrast
Aa
#a0acdf on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0acdf on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green67.5%
Blue87.5%
CMYK percentages
Cyan28.3%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#a0acdf text on a black background
contrast 9.46:1
Card sample
#a0acdf text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0acdf;
Background color
Panel with #a0acdf background
background-color: #a0acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0acdf; background: linear-gradient(135deg, #a0acdf, #BEA0DF);