#c28df0
a light, electric violet · warm · closest name: violet
RGB
194, 141, 240
HSL
272°, 77%, 75%
CMYK
19, 41, 0, 6
Luminance
0.3681
Every format
| HEX | #c28df0 |
| RGB | rgb(194, 141, 240) |
| HSL | hsl(272, 77%, 75%) |
| CMYK | cmyk(19%, 41%, 0%, 6%) |
| LAB | lab(67.1 38.4 -42.3) |
| LCH | lch(67.1 57.1 312.3) |
| OKLCH | oklch(0.732 0.148 307.8) |
Copy-ready code
/* CSS */
color: #c28df0;
background-color: #c28df0;
/* Tailwind (arbitrary) */
class="text-[#c28df0] bg-[#c28df0]"
/* SCSS */
$brand: #c28df0;
/* SwiftUI */
Color(red: 0.761, green: 0.553, blue: 0.941)
/* Android */
Color.parseColor("#c28df0")Accessibility — WCAG contrast
Aa
#c28df0 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c28df0 on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green55.3%
Blue94.1%
CMYK percentages
Cyan19.2%
Magenta41.3%
Yellow0.0%
Key (black)5.9%
Color previews
#c28df0 text on a black background
contrast 8.36:1
Card sample
#c28df0 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c28df0;
Background color
Panel with #c28df0 background
background-color: #c28df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c28df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 141, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 141, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c28df0; background: linear-gradient(135deg, #c28df0, #F08DDC);