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