#b3a7df
a light, vivid blue · warm · closest name: plum
RGB
179, 167, 223
HSL
253°, 47%, 77%
CMYK
20, 25, 0, 13
Luminance
0.4255
Every format
| HEX | #b3a7df |
| RGB | rgb(179, 167, 223) |
| HSL | hsl(253, 47%, 77%) |
| CMYK | cmyk(20%, 25%, 0%, 13%) |
| LAB | lab(71.3 15.7 -26.7) |
| LCH | lch(71.3 30.9 300.5) |
| OKLCH | oklch(0.758 0.080 294.2) |
Copy-ready code
/* CSS */
color: #b3a7df;
background-color: #b3a7df;
/* Tailwind (arbitrary) */
class="text-[#b3a7df] bg-[#b3a7df]"
/* SCSS */
$brand: #b3a7df;
/* SwiftUI */
Color(red: 0.702, green: 0.655, blue: 0.875)
/* Android */
Color.parseColor("#b3a7df")Accessibility — WCAG contrast
Aa
#b3a7df on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3a7df on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green65.5%
Blue87.5%
CMYK percentages
Cyan19.7%
Magenta25.1%
Yellow0.0%
Key (black)12.5%
Color previews
#b3a7df text on a black background
contrast 9.51:1
Card sample
#b3a7df text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3a7df;
Background color
Panel with #b3a7df background
background-color: #b3a7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3a7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 167, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 167, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3a7df; background: linear-gradient(135deg, #b3a7df, #D8A7DF);