#a7bafd
a light, electric blue · warm · closest name: plum
RGB
167, 186, 253
HSL
227°, 96%, 82%
CMYK
34, 27, 0, 1
Luminance
0.5043
Every format
| HEX | #a7bafd |
| RGB | rgb(167, 186, 253) |
| HSL | hsl(227, 96%, 82%) |
| CMYK | cmyk(34%, 27%, 0%, 1%) |
| LAB | lab(76.3 8.9 -35.2) |
| LCH | lch(76.3 36.3 284.2) |
| OKLCH | oklch(0.799 0.098 271.8) |
Copy-ready code
/* CSS */
color: #a7bafd;
background-color: #a7bafd;
/* Tailwind (arbitrary) */
class="text-[#a7bafd] bg-[#a7bafd]"
/* SCSS */
$brand: #a7bafd;
/* SwiftUI */
Color(red: 0.655, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#a7bafd")Accessibility — WCAG contrast
Aa
#a7bafd on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7bafd on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green72.9%
Blue99.2%
CMYK percentages
Cyan34.0%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#a7bafd text on a black background
contrast 11.09:1
Card sample
#a7bafd text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7bafd;
Background color
Panel with #a7bafd background
background-color: #a7bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7bafd; background: linear-gradient(135deg, #a7bafd, #CDA7FD);