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