#c282fd
a light, electric violet · warm · closest name: violet
RGB
194, 130, 253
HSL
271°, 97%, 75%
CMYK
23, 49, 0, 1
Luminance
0.3453
Every format
| HEX | #c282fd |
| RGB | rgb(194, 130, 253) |
| HSL | hsl(271, 97%, 75%) |
| CMYK | cmyk(23%, 49%, 0%, 1%) |
| LAB | lab(65.4 47.3 -52.2) |
| LCH | lch(65.4 70.4 312.2) |
| OKLCH | oklch(0.721 0.181 306.4) |
Copy-ready code
/* CSS */
color: #c282fd;
background-color: #c282fd;
/* Tailwind (arbitrary) */
class="text-[#c282fd] bg-[#c282fd]"
/* SCSS */
$brand: #c282fd;
/* SwiftUI */
Color(red: 0.761, green: 0.510, blue: 0.992)
/* Android */
Color.parseColor("#c282fd")Accessibility — WCAG contrast
Aa
#c282fd on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c282fd on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green51.0%
Blue99.2%
CMYK percentages
Cyan23.3%
Magenta48.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c282fd text on a black background
contrast 7.91:1
Card sample
#c282fd text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c282fd;
Background color
Panel with #c282fd background
background-color: #c282fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c282fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 130, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 130, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c282fd; background: linear-gradient(135deg, #c282fd, #FD82E6);