#aba8cf
a light, soft blue · warm · closest name: silver
RGB
171, 168, 207
HSL
245°, 29%, 74%
CMYK
17, 19, 0, 19
Luminance
0.4117
Every format
| HEX | #aba8cf |
| RGB | rgb(171, 168, 207) |
| HSL | hsl(245, 29%, 74%) |
| CMYK | cmyk(17%, 19%, 0%, 19%) |
| LAB | lab(70.3 9.1 -19.4) |
| LCH | lch(70.3 21.4 295.0) |
| OKLCH | oklch(0.747 0.056 288.5) |
Copy-ready code
/* CSS */
color: #aba8cf;
background-color: #aba8cf;
/* Tailwind (arbitrary) */
class="text-[#aba8cf] bg-[#aba8cf]"
/* SCSS */
$brand: #aba8cf;
/* SwiftUI */
Color(red: 0.671, green: 0.659, blue: 0.812)
/* Android */
Color.parseColor("#aba8cf")Accessibility — WCAG contrast
Aa
#aba8cf on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba8cf on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green65.9%
Blue81.2%
CMYK percentages
Cyan17.4%
Magenta18.8%
Yellow0.0%
Key (black)18.8%
Color previews
#aba8cf text on a black background
contrast 9.23:1
Card sample
#aba8cf text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba8cf;
Background color
Panel with #aba8cf background
background-color: #aba8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 168, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 168, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba8cf; background: linear-gradient(135deg, #aba8cf, #C5A8CF);