#b28fd2
a light, soft violet · warm · closest name: plum
RGB
178, 143, 210
HSL
271°, 43%, 69%
CMYK
15, 32, 0, 18
Luminance
0.3376
Every format
| HEX | #b28fd2 |
| RGB | rgb(178, 143, 210) |
| HSL | hsl(271, 43%, 69%) |
| CMYK | cmyk(15%, 32%, 0%, 18%) |
| LAB | lab(64.8 25.9 -29.5) |
| LCH | lch(64.8 39.3 311.4) |
| OKLCH | oklch(0.707 0.103 307.8) |
Copy-ready code
/* CSS */
color: #b28fd2;
background-color: #b28fd2;
/* Tailwind (arbitrary) */
class="text-[#b28fd2] bg-[#b28fd2]"
/* SCSS */
$brand: #b28fd2;
/* SwiftUI */
Color(red: 0.698, green: 0.561, blue: 0.824)
/* Android */
Color.parseColor("#b28fd2")Accessibility — WCAG contrast
Aa
#b28fd2 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b28fd2 on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green56.1%
Blue82.4%
CMYK percentages
Cyan15.2%
Magenta31.9%
Yellow0.0%
Key (black)17.6%
Color previews
#b28fd2 text on a black background
contrast 7.75:1
Card sample
#b28fd2 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b28fd2;
Background color
Panel with #b28fd2 background
background-color: #b28fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b28fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 143, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 143, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b28fd2; background: linear-gradient(135deg, #b28fd2, #D28FC5);