#c282ed
a light, vivid violet · warm · closest name: orchid
RGB
194, 130, 237
HSL
276°, 75%, 72%
CMYK
18, 45, 0, 7
Luminance
0.3355
Every format
| HEX | #c282ed |
| RGB | rgb(194, 130, 237) |
| HSL | hsl(276, 75%, 72%) |
| CMYK | cmyk(18%, 45%, 0%, 7%) |
| LAB | lab(64.6 43.8 -44.6) |
| LCH | lch(64.6 62.5 314.5) |
| OKLCH | oklch(0.713 0.163 310.4) |
Copy-ready code
/* CSS */
color: #c282ed;
background-color: #c282ed;
/* Tailwind (arbitrary) */
class="text-[#c282ed] bg-[#c282ed]"
/* SCSS */
$brand: #c282ed;
/* SwiftUI */
Color(red: 0.761, green: 0.510, blue: 0.929)
/* Android */
Color.parseColor("#c282ed")Accessibility — WCAG contrast
Aa
#c282ed on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c282ed on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green51.0%
Blue92.9%
CMYK percentages
Cyan18.1%
Magenta45.1%
Yellow0.0%
Key (black)7.1%
Color previews
#c282ed text on a black background
contrast 7.71:1
Card sample
#c282ed text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c282ed;
Background color
Panel with #c282ed background
background-color: #c282ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c282ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 130, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 130, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c282ed; background: linear-gradient(135deg, #c282ed, #ED82D1);