#c28dfb
a light, electric violet · warm · closest name: violet
RGB
194, 141, 251
HSL
269°, 93%, 77%
CMYK
23, 44, 0, 2
Luminance
0.3748
Every format
| HEX | #c28dfb |
| RGB | rgb(194, 141, 251) |
| HSL | hsl(269, 93%, 77%) |
| CMYK | cmyk(23%, 44%, 0%, 2%) |
| LAB | lab(67.6 40.9 -47.5) |
| LCH | lch(67.6 62.7 310.7) |
| OKLCH | oklch(0.738 0.162 305.0) |
Copy-ready code
/* CSS */
color: #c28dfb;
background-color: #c28dfb;
/* Tailwind (arbitrary) */
class="text-[#c28dfb] bg-[#c28dfb]"
/* SCSS */
$brand: #c28dfb;
/* SwiftUI */
Color(red: 0.761, green: 0.553, blue: 0.984)
/* Android */
Color.parseColor("#c28dfb")Accessibility — WCAG contrast
Aa
#c28dfb on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c28dfb on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green55.3%
Blue98.4%
CMYK percentages
Cyan22.7%
Magenta43.8%
Yellow0.0%
Key (black)1.6%
Color previews
#c28dfb text on a black background
contrast 8.50:1
Card sample
#c28dfb text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c28dfb;
Background color
Panel with #c28dfb background
background-color: #c28dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c28dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 141, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 141, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c28dfb; background: linear-gradient(135deg, #c28dfb, #FB8DEB);