#c28df2
a light, electric violet · warm · closest name: violet
RGB
194, 141, 242
HSL
272°, 80%, 75%
CMYK
20, 42, 0, 5
Luminance
0.3693
Every format
| HEX | #c28df2 |
| RGB | rgb(194, 141, 242) |
| HSL | hsl(272, 80%, 75%) |
| CMYK | cmyk(20%, 42%, 0%, 5%) |
| LAB | lab(67.2 38.9 -43.2) |
| LCH | lch(67.2 58.1 312.0) |
| OKLCH | oklch(0.733 0.151 307.2) |
Copy-ready code
/* CSS */
color: #c28df2;
background-color: #c28df2;
/* Tailwind (arbitrary) */
class="text-[#c28df2] bg-[#c28df2]"
/* SCSS */
$brand: #c28df2;
/* SwiftUI */
Color(red: 0.761, green: 0.553, blue: 0.949)
/* Android */
Color.parseColor("#c28df2")Accessibility — WCAG contrast
Aa
#c28df2 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c28df2 on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green55.3%
Blue94.9%
CMYK percentages
Cyan19.8%
Magenta41.7%
Yellow0.0%
Key (black)5.1%
Color previews
#c28df2 text on a black background
contrast 8.39:1
Card sample
#c28df2 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c28df2;
Background color
Panel with #c28df2 background
background-color: #c28df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c28df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 141, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 141, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c28df2; background: linear-gradient(135deg, #c28df2, #F28DDF);