#a7afd3
a light, soft blue · warm · closest name: silver
RGB
167, 175, 211
HSL
229°, 33%, 74%
CMYK
21, 17, 0, 17
Luminance
0.4358
Every format
| HEX | #a7afd3 |
| RGB | rgb(167, 175, 211) |
| HSL | hsl(229, 33%, 74%) |
| CMYK | cmyk(21%, 17%, 0%, 17%) |
| LAB | lab(72.0 4.8 -19.1) |
| LCH | lch(72.0 19.7 284.2) |
| OKLCH | oklch(0.760 0.052 275.3) |
Copy-ready code
/* CSS */
color: #a7afd3;
background-color: #a7afd3;
/* Tailwind (arbitrary) */
class="text-[#a7afd3] bg-[#a7afd3]"
/* SCSS */
$brand: #a7afd3;
/* SwiftUI */
Color(red: 0.655, green: 0.686, blue: 0.827)
/* Android */
Color.parseColor("#a7afd3")Accessibility — WCAG contrast
Aa
#a7afd3 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7afd3 on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green68.6%
Blue82.7%
CMYK percentages
Cyan20.9%
Magenta17.1%
Yellow0.0%
Key (black)17.3%
Color previews
#a7afd3 text on a black background
contrast 9.72:1
Card sample
#a7afd3 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7afd3;
Background color
Panel with #a7afd3 background
background-color: #a7afd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7afd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 175, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 175, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7afd3; background: linear-gradient(135deg, #a7afd3, #BCA7D3);