#cf80eb
a light, vivid violet · warm · closest name: violet
RGB
207, 128, 235
HSL
284°, 73%, 71%
CMYK
12, 46, 0, 8
Luminance
0.3470
Every format
| HEX | #cf80eb |
| RGB | rgb(207, 128, 235) |
| HSL | hsl(284, 73%, 71%) |
| CMYK | cmyk(12%, 46%, 0%, 8%) |
| LAB | lab(65.5 48.0 -42.0) |
| LCH | lch(65.5 63.8 318.9) |
| OKLCH | oklch(0.723 0.170 316.7) |
Copy-ready code
/* CSS */
color: #cf80eb;
background-color: #cf80eb;
/* Tailwind (arbitrary) */
class="text-[#cf80eb] bg-[#cf80eb]"
/* SCSS */
$brand: #cf80eb;
/* SwiftUI */
Color(red: 0.812, green: 0.502, blue: 0.922)
/* Android */
Color.parseColor("#cf80eb")Accessibility — WCAG contrast
Aa
#cf80eb on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf80eb on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green50.2%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta45.5%
Yellow0.0%
Key (black)7.8%
Color previews
#cf80eb text on a black background
contrast 7.94:1
Card sample
#cf80eb text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf80eb;
Background color
Panel with #cf80eb background
background-color: #cf80eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf80eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 128, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 128, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf80eb; background: linear-gradient(135deg, #cf80eb, #EB80C0);