#cf73eb
a light, electric violet · warm · closest name: violet
RGB
207, 115, 235
HSL
286°, 75%, 69%
CMYK
12, 51, 0, 8
Luminance
0.3153
Every format
| HEX | #cf73eb |
| RGB | rgb(207, 115, 235) |
| HSL | hsl(286, 75%, 69%) |
| CMYK | cmyk(12%, 51%, 0%, 8%) |
| LAB | lab(63.0 54.7 -46.0) |
| LCH | lch(63.0 71.5 319.9) |
| OKLCH | oklch(0.703 0.190 317.9) |
Copy-ready code
/* CSS */
color: #cf73eb;
background-color: #cf73eb;
/* Tailwind (arbitrary) */
class="text-[#cf73eb] bg-[#cf73eb]"
/* SCSS */
$brand: #cf73eb;
/* SwiftUI */
Color(red: 0.812, green: 0.451, blue: 0.922)
/* Android */
Color.parseColor("#cf73eb")Accessibility — WCAG contrast
Aa
#cf73eb on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf73eb on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.1%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta51.1%
Yellow0.0%
Key (black)7.8%
Color previews
#cf73eb text on a black background
contrast 7.31:1
Card sample
#cf73eb text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf73eb;
Background color
Panel with #cf73eb background
background-color: #cf73eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf73eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 115, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 115, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf73eb; background: linear-gradient(135deg, #cf73eb, #EB73B7);