#cf82eb
a light, vivid violet · warm · closest name: violet
RGB
207, 130, 235
HSL
284°, 72%, 72%
CMYK
12, 45, 0, 8
Luminance
0.3523
Every format
| HEX | #cf82eb |
| RGB | rgb(207, 130, 235) |
| HSL | hsl(284, 72%, 72%) |
| CMYK | cmyk(12%, 45%, 0%, 8%) |
| LAB | lab(65.9 47.0 -41.3) |
| LCH | lch(65.9 62.6 318.7) |
| OKLCH | oklch(0.726 0.166 316.6) |
Copy-ready code
/* CSS */
color: #cf82eb;
background-color: #cf82eb;
/* Tailwind (arbitrary) */
class="text-[#cf82eb] bg-[#cf82eb]"
/* SCSS */
$brand: #cf82eb;
/* SwiftUI */
Color(red: 0.812, green: 0.510, blue: 0.922)
/* Android */
Color.parseColor("#cf82eb")Accessibility — WCAG contrast
Aa
#cf82eb on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf82eb on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green51.0%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta44.7%
Yellow0.0%
Key (black)7.8%
Color previews
#cf82eb text on a black background
contrast 8.05:1
Card sample
#cf82eb text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf82eb;
Background color
Panel with #cf82eb background
background-color: #cf82eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf82eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 130, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 130, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf82eb; background: linear-gradient(135deg, #cf82eb, #EB82C1);