#cf54eb
a balanced, electric violet · warm · closest name: violet
RGB
207, 84, 235
HSL
289°, 79%, 63%
CMYK
12, 64, 0, 8
Luminance
0.2560
Every format
| HEX | #cf54eb |
| RGB | rgb(207, 84, 235) |
| HSL | hsl(289, 79%, 63%) |
| CMYK | cmyk(12%, 64%, 0%, 8%) |
| LAB | lab(57.7 69.0 -54.4) |
| LCH | lch(57.7 87.8 321.8) |
| OKLCH | oklch(0.665 0.235 319.7) |
Copy-ready code
/* CSS */
color: #cf54eb;
background-color: #cf54eb;
/* Tailwind (arbitrary) */
class="text-[#cf54eb] bg-[#cf54eb]"
/* SCSS */
$brand: #cf54eb;
/* SwiftUI */
Color(red: 0.812, green: 0.329, blue: 0.922)
/* Android */
Color.parseColor("#cf54eb")Accessibility — WCAG contrast
Aa
#cf54eb on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf54eb on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.9%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta64.3%
Yellow0.0%
Key (black)7.8%
Color previews
#cf54eb text on a black background
contrast 6.12:1
Card sample
#cf54eb text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf54eb;
Background color
Panel with #cf54eb background
background-color: #cf54eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf54eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 84, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 84, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf54eb; background: linear-gradient(135deg, #cf54eb, #EB54A2);