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