#a5abcb
a light, soft blue · warm · closest name: silver
RGB
165, 171, 203
HSL
231°, 27%, 72%
CMYK
19, 16, 0, 20
Luminance
0.4144
Every format
| HEX | #a5abcb |
| RGB | rgb(165, 171, 203) |
| HSL | hsl(231, 27%, 72%) |
| CMYK | cmyk(19%, 16%, 0%, 20%) |
| LAB | lab(70.5 4.6 -17.0) |
| LCH | lch(70.5 17.6 285.1) |
| OKLCH | oklch(0.747 0.046 276.9) |
Copy-ready code
/* CSS */
color: #a5abcb;
background-color: #a5abcb;
/* Tailwind (arbitrary) */
class="text-[#a5abcb] bg-[#a5abcb]"
/* SCSS */
$brand: #a5abcb;
/* SwiftUI */
Color(red: 0.647, green: 0.671, blue: 0.796)
/* Android */
Color.parseColor("#a5abcb")Accessibility — WCAG contrast
Aa
#a5abcb on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5abcb on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green67.1%
Blue79.6%
CMYK percentages
Cyan18.7%
Magenta15.8%
Yellow0.0%
Key (black)20.4%
Color previews
#a5abcb text on a black background
contrast 9.29:1
Card sample
#a5abcb text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5abcb;
Background color
Panel with #a5abcb background
background-color: #a5abcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5abcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 171, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 171, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5abcb; background: linear-gradient(135deg, #a5abcb, #B8A5CB);