#c282eb
a light, vivid violet · warm · closest name: orchid
RGB
194, 130, 235
HSL
277°, 72%, 72%
CMYK
17, 45, 0, 8
Luminance
0.3343
Every format
| HEX | #c282eb |
| RGB | rgb(194, 130, 235) |
| HSL | hsl(277, 72%, 72%) |
| CMYK | cmyk(17%, 45%, 0%, 8%) |
| LAB | lab(64.5 43.3 -43.6) |
| LCH | lch(64.5 61.5 314.8) |
| OKLCH | oklch(0.712 0.161 311.0) |
Copy-ready code
/* CSS */
color: #c282eb;
background-color: #c282eb;
/* Tailwind (arbitrary) */
class="text-[#c282eb] bg-[#c282eb]"
/* SCSS */
$brand: #c282eb;
/* SwiftUI */
Color(red: 0.761, green: 0.510, blue: 0.922)
/* Android */
Color.parseColor("#c282eb")Accessibility — WCAG contrast
Aa
#c282eb on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c282eb on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green51.0%
Blue92.2%
CMYK percentages
Cyan17.4%
Magenta44.7%
Yellow0.0%
Key (black)7.8%
Color previews
#c282eb text on a black background
contrast 7.69:1
Card sample
#c282eb text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c282eb;
Background color
Panel with #c282eb background
background-color: #c282eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c282eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 130, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 130, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c282eb; background: linear-gradient(135deg, #c282eb, #EB82CE);