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