#a7afdf
a light, vivid blue · warm · closest name: skyblue
RGB
167, 175, 223
HSL
231°, 47%, 77%
CMYK
25, 22, 0, 13
Luminance
0.4420
Every format
| HEX | #a7afdf |
| RGB | rgb(167, 175, 223) |
| HSL | hsl(231, 47%, 77%) |
| CMYK | cmyk(25%, 22%, 0%, 13%) |
| LAB | lab(72.4 7.6 -25.1) |
| LCH | lch(72.4 26.2 286.9) |
| OKLCH | oklch(0.764 0.069 277.3) |
Copy-ready code
/* CSS */
color: #a7afdf;
background-color: #a7afdf;
/* Tailwind (arbitrary) */
class="text-[#a7afdf] bg-[#a7afdf]"
/* SCSS */
$brand: #a7afdf;
/* SwiftUI */
Color(red: 0.655, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#a7afdf")Accessibility — WCAG contrast
Aa
#a7afdf on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7afdf on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green68.6%
Blue87.5%
CMYK percentages
Cyan25.1%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#a7afdf text on a black background
contrast 9.84:1
Card sample
#a7afdf text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7afdf;
Background color
Panel with #a7afdf background
background-color: #a7afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7afdf; background: linear-gradient(135deg, #a7afdf, #C4A7DF);