#a3afdf
a light, vivid blue · warm · closest name: skyblue
RGB
163, 175, 223
HSL
228°, 48%, 76%
CMYK
27, 22, 0, 13
Luminance
0.4377
Every format
| HEX | #a3afdf |
| RGB | rgb(163, 175, 223) |
| HSL | hsl(228, 48%, 76%) |
| CMYK | cmyk(27%, 22%, 0%, 13%) |
| LAB | lab(72.1 6.4 -25.5) |
| LCH | lch(72.1 26.3 284.1) |
| OKLCH | oklch(0.762 0.070 273.7) |
Copy-ready code
/* CSS */
color: #a3afdf;
background-color: #a3afdf;
/* Tailwind (arbitrary) */
class="text-[#a3afdf] bg-[#a3afdf]"
/* SCSS */
$brand: #a3afdf;
/* SwiftUI */
Color(red: 0.639, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#a3afdf")Accessibility — WCAG contrast
Aa
#a3afdf on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3afdf on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green68.6%
Blue87.5%
CMYK percentages
Cyan26.9%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#a3afdf text on a black background
contrast 9.75:1
Card sample
#a3afdf text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3afdf;
Background color
Panel with #a3afdf background
background-color: #a3afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3afdf; background: linear-gradient(135deg, #a3afdf, #BFA3DF);