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