#cf54ff
a light, electric violet · warm · closest name: magenta
RGB
207, 84, 255
HSL
283°, 100%, 67%
CMYK
19, 67, 0, 0
Luminance
0.2683
Every format
| HEX | #cf54ff |
| RGB | rgb(207, 84, 255) |
| HSL | hsl(283, 100%, 67%) |
| CMYK | cmyk(19%, 67%, 0%, 0%) |
| LAB | lab(58.8 72.8 -63.6) |
| LCH | lch(58.8 96.7 318.8) |
| OKLCH | oklch(0.677 0.253 314.9) |
Copy-ready code
/* CSS */
color: #cf54ff;
background-color: #cf54ff;
/* Tailwind (arbitrary) */
class="text-[#cf54ff] bg-[#cf54ff]"
/* SCSS */
$brand: #cf54ff;
/* SwiftUI */
Color(red: 0.812, green: 0.329, blue: 1.000)
/* Android */
Color.parseColor("#cf54ff")Accessibility — WCAG contrast
Aa
#cf54ff on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf54ff on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.9%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta67.1%
Yellow0.0%
Key (black)0.0%
Color previews
#cf54ff text on a black background
contrast 6.37:1
Card sample
#cf54ff text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf54ff;
Background color
Panel with #cf54ff background
background-color: #cf54ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf54ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 84, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 84, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf54ff; background: linear-gradient(135deg, #cf54ff, #FF54BD);