#c28dfd
a light, electric violet · warm · closest name: violet
RGB
194, 141, 253
HSL
268°, 97%, 77%
CMYK
23, 44, 0, 1
Luminance
0.3761
Every format
| HEX | #c28dfd |
| RGB | rgb(194, 141, 253) |
| HSL | hsl(268, 97%, 77%) |
| CMYK | cmyk(23%, 44%, 0%, 1%) |
| LAB | lab(67.7 41.4 -48.5) |
| LCH | lch(67.7 63.7 310.5) |
| OKLCH | oklch(0.739 0.164 304.5) |
Copy-ready code
/* CSS */
color: #c28dfd;
background-color: #c28dfd;
/* Tailwind (arbitrary) */
class="text-[#c28dfd] bg-[#c28dfd]"
/* SCSS */
$brand: #c28dfd;
/* SwiftUI */
Color(red: 0.761, green: 0.553, blue: 0.992)
/* Android */
Color.parseColor("#c28dfd")Accessibility — WCAG contrast
Aa
#c28dfd on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c28dfd on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green55.3%
Blue99.2%
CMYK percentages
Cyan23.3%
Magenta44.3%
Yellow0.0%
Key (black)0.8%
Color previews
#c28dfd text on a black background
contrast 8.52:1
Card sample
#c28dfd text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c28dfd;
Background color
Panel with #c28dfd background
background-color: #c28dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c28dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 141, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 141, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c28dfd; background: linear-gradient(135deg, #c28dfd, #FD8DED);