#a7a7cf
a light, soft blue · warm · closest name: silver
RGB
167, 167, 207
HSL
240°, 29%, 73%
CMYK
19, 19, 0, 19
Luminance
0.4036
Every format
| HEX | #a7a7cf |
| RGB | rgb(167, 167, 207) |
| HSL | hsl(240, 29%, 73%) |
| CMYK | cmyk(19%, 19%, 0%, 19%) |
| LAB | lab(69.7 8.3 -20.3) |
| LCH | lch(69.7 21.9 292.3) |
| OKLCH | oklch(0.742 0.057 284.9) |
Copy-ready code
/* CSS */
color: #a7a7cf;
background-color: #a7a7cf;
/* Tailwind (arbitrary) */
class="text-[#a7a7cf] bg-[#a7a7cf]"
/* SCSS */
$brand: #a7a7cf;
/* SwiftUI */
Color(red: 0.655, green: 0.655, blue: 0.812)
/* Android */
Color.parseColor("#a7a7cf")Accessibility — WCAG contrast
Aa
#a7a7cf on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7a7cf on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green65.5%
Blue81.2%
CMYK percentages
Cyan19.3%
Magenta19.3%
Yellow0.0%
Key (black)18.8%
Color previews
#a7a7cf text on a black background
contrast 9.07:1
Card sample
#a7a7cf text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7a7cf;
Background color
Panel with #a7a7cf background
background-color: #a7a7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7a7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 167, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 167, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7a7cf; background: linear-gradient(135deg, #a7a7cf, #C2A7CF);