#a38fdf
a light, vivid violet · warm · closest name: plum
RGB
163, 143, 223
HSL
255°, 56%, 72%
CMYK
27, 36, 0, 13
Luminance
0.3276
Every format
| HEX | #a38fdf |
| RGB | rgb(163, 143, 223) |
| HSL | hsl(255, 56%, 72%) |
| CMYK | cmyk(27%, 36%, 0%, 13%) |
| LAB | lab(64.0 24.4 -38.0) |
| LCH | lch(64.0 45.2 302.7) |
| OKLCH | oklch(0.699 0.117 294.7) |
Copy-ready code
/* CSS */
color: #a38fdf;
background-color: #a38fdf;
/* Tailwind (arbitrary) */
class="text-[#a38fdf] bg-[#a38fdf]"
/* SCSS */
$brand: #a38fdf;
/* SwiftUI */
Color(red: 0.639, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#a38fdf")Accessibility — WCAG contrast
Aa
#a38fdf on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a38fdf on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green56.1%
Blue87.5%
CMYK percentages
Cyan26.9%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#a38fdf text on a black background
contrast 7.55:1
Card sample
#a38fdf text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a38fdf;
Background color
Panel with #a38fdf background
background-color: #a38fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a38fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a38fdf; background: linear-gradient(135deg, #a38fdf, #D88FDF);