#a8a8ce
a light, soft blue · warm · closest name: silver
RGB
168, 168, 206
HSL
240°, 28%, 73%
CMYK
18, 18, 0, 19
Luminance
0.4079
Every format
| HEX | #a8a8ce |
| RGB | rgb(168, 168, 206) |
| HSL | hsl(240, 28%, 73%) |
| CMYK | cmyk(18%, 18%, 0%, 19%) |
| LAB | lab(70.0 7.9 -19.3) |
| LCH | lch(70.0 20.8 292.2) |
| OKLCH | oklch(0.745 0.054 285.0) |
Copy-ready code
/* CSS */
color: #a8a8ce;
background-color: #a8a8ce;
/* Tailwind (arbitrary) */
class="text-[#a8a8ce] bg-[#a8a8ce]"
/* SCSS */
$brand: #a8a8ce;
/* SwiftUI */
Color(red: 0.659, green: 0.659, blue: 0.808)
/* Android */
Color.parseColor("#a8a8ce")Accessibility — WCAG contrast
Aa
#a8a8ce on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8a8ce on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green65.9%
Blue80.8%
CMYK percentages
Cyan18.4%
Magenta18.4%
Yellow0.0%
Key (black)19.2%
Color previews
#a8a8ce text on a black background
contrast 9.16:1
Card sample
#a8a8ce text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8a8ce;
Background color
Panel with #a8a8ce background
background-color: #a8a8ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8a8ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 168, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 168, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8a8ce; background: linear-gradient(135deg, #a8a8ce, #C1A8CE);