#c28bf6
a light, electric violet · warm · closest name: violet
RGB
194, 139, 246
HSL
271°, 86%, 76%
CMYK
21, 44, 0, 4
Luminance
0.3659
Every format
| HEX | #c28bf6 |
| RGB | rgb(194, 139, 246) |
| HSL | hsl(271, 86%, 76%) |
| CMYK | cmyk(21%, 44%, 0%, 4%) |
| LAB | lab(67.0 40.9 -45.8) |
| LCH | lch(67.0 61.4 311.7) |
| OKLCH | oklch(0.732 0.159 306.6) |
Copy-ready code
/* CSS */
color: #c28bf6;
background-color: #c28bf6;
/* Tailwind (arbitrary) */
class="text-[#c28bf6] bg-[#c28bf6]"
/* SCSS */
$brand: #c28bf6;
/* SwiftUI */
Color(red: 0.761, green: 0.545, blue: 0.965)
/* Android */
Color.parseColor("#c28bf6")Accessibility — WCAG contrast
Aa
#c28bf6 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c28bf6 on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green54.5%
Blue96.5%
CMYK percentages
Cyan21.1%
Magenta43.5%
Yellow0.0%
Key (black)3.5%
Color previews
#c28bf6 text on a black background
contrast 8.32:1
Card sample
#c28bf6 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c28bf6;
Background color
Panel with #c28bf6 background
background-color: #c28bf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c28bf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 139, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 139, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c28bf6; background: linear-gradient(135deg, #c28bf6, #F68BE3);