#cf51eb
a balanced, electric violet · warm · closest name: violet
RGB
207, 81, 235
HSL
289°, 79%, 62%
CMYK
12, 66, 0, 8
Luminance
0.2515
Every format
| HEX | #cf51eb |
| RGB | rgb(207, 81, 235) |
| HSL | hsl(289, 79%, 62%) |
| CMYK | cmyk(12%, 66%, 0%, 8%) |
| LAB | lab(57.2 70.2 -55.1) |
| LCH | lch(57.2 89.2 321.9) |
| OKLCH | oklch(0.662 0.239 319.8) |
Copy-ready code
/* CSS */
color: #cf51eb;
background-color: #cf51eb;
/* Tailwind (arbitrary) */
class="text-[#cf51eb] bg-[#cf51eb]"
/* SCSS */
$brand: #cf51eb;
/* SwiftUI */
Color(red: 0.812, green: 0.318, blue: 0.922)
/* Android */
Color.parseColor("#cf51eb")Accessibility — WCAG contrast
Aa
#cf51eb on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf51eb on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.8%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta65.5%
Yellow0.0%
Key (black)7.8%
Color previews
#cf51eb text on a black background
contrast 6.03:1
Card sample
#cf51eb text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf51eb;
Background color
Panel with #cf51eb background
background-color: #cf51eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf51eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 81, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 81, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf51eb; background: linear-gradient(135deg, #cf51eb, #EB51A0);