#c28bf1
a light, electric violet · warm · closest name: violet
RGB
194, 139, 241
HSL
272°, 79%, 75%
CMYK
20, 42, 0, 6
Luminance
0.3629
Every format
| HEX | #c28bf1 |
| RGB | rgb(194, 139, 241) |
| HSL | hsl(272, 79%, 75%) |
| CMYK | cmyk(20%, 42%, 0%, 6%) |
| LAB | lab(66.7 39.8 -43.4) |
| LCH | lch(66.7 58.9 312.5) |
| OKLCH | oklch(0.729 0.153 307.9) |
Copy-ready code
/* CSS */
color: #c28bf1;
background-color: #c28bf1;
/* Tailwind (arbitrary) */
class="text-[#c28bf1] bg-[#c28bf1]"
/* SCSS */
$brand: #c28bf1;
/* SwiftUI */
Color(red: 0.761, green: 0.545, blue: 0.945)
/* Android */
Color.parseColor("#c28bf1")Accessibility — WCAG contrast
Aa
#c28bf1 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c28bf1 on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green54.5%
Blue94.5%
CMYK percentages
Cyan19.5%
Magenta42.3%
Yellow0.0%
Key (black)5.5%
Color previews
#c28bf1 text on a black background
contrast 8.26:1
Card sample
#c28bf1 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c28bf1;
Background color
Panel with #c28bf1 background
background-color: #c28bf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c28bf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 139, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 139, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c28bf1; background: linear-gradient(135deg, #c28bf1, #F18BDC);