#cf29fd
a balanced, electric violet · warm · closest name: magenta
RGB
207, 41, 253
HSL
287°, 98%, 58%
CMYK
18, 84, 0, 1
Luminance
0.2194
Every format
| HEX | #cf29fd |
| RGB | rgb(207, 41, 253) |
| HSL | hsl(287, 98%, 58%) |
| CMYK | cmyk(18%, 84%, 0%, 1%) |
| LAB | lab(54.0 85.9 -70.3) |
| LCH | lch(54.0 111.1 320.7) |
| OKLCH | oklch(0.642 0.291 317.0) |
Copy-ready code
/* CSS */
color: #cf29fd;
background-color: #cf29fd;
/* Tailwind (arbitrary) */
class="text-[#cf29fd] bg-[#cf29fd]"
/* SCSS */
$brand: #cf29fd;
/* SwiftUI */
Color(red: 0.812, green: 0.161, blue: 0.992)
/* Android */
Color.parseColor("#cf29fd")Accessibility — WCAG contrast
Aa
#cf29fd on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf29fd on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green16.1%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta83.8%
Yellow0.0%
Key (black)0.8%
Color previews
#cf29fd text on a black background
contrast 5.39:1
Card sample
#cf29fd text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf29fd;
Background color
Panel with #cf29fd background
background-color: #cf29fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf29fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 41, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 41, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf29fd; background: linear-gradient(135deg, #cf29fd, #FD299D);