#b7afdf
a light, soft blue · warm · closest name: plum
RGB
183, 175, 223
HSL
250°, 43%, 78%
CMYK
18, 22, 0, 13
Luminance
0.4605
Every format
| HEX | #b7afdf |
| RGB | rgb(183, 175, 223) |
| HSL | hsl(250, 43%, 78%) |
| CMYK | cmyk(18%, 22%, 0%, 13%) |
| LAB | lab(73.6 12.5 -23.1) |
| LCH | lch(73.6 26.3 298.5) |
| OKLCH | oklch(0.777 0.068 292.4) |
Copy-ready code
/* CSS */
color: #b7afdf;
background-color: #b7afdf;
/* Tailwind (arbitrary) */
class="text-[#b7afdf] bg-[#b7afdf]"
/* SCSS */
$brand: #b7afdf;
/* SwiftUI */
Color(red: 0.718, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#b7afdf")Accessibility — WCAG contrast
Aa
#b7afdf on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7afdf on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green68.6%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#b7afdf text on a black background
contrast 10.21:1
Card sample
#b7afdf text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7afdf;
Background color
Panel with #b7afdf background
background-color: #b7afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7afdf; background: linear-gradient(135deg, #b7afdf, #D7AFDF);