#cf1dfd
a balanced, electric violet · warm · closest name: magenta
RGB
207, 29, 253
HSL
288°, 98%, 55%
CMYK
18, 89, 0, 1
Luminance
0.2124
Every format
| HEX | #cf1dfd |
| RGB | rgb(207, 29, 253) |
| HSL | hsl(288, 98%, 55%) |
| CMYK | cmyk(18%, 89%, 0%, 1%) |
| LAB | lab(53.2 88.2 -71.6) |
| LCH | lch(53.2 113.6 320.9) |
| OKLCH | oklch(0.637 0.298 317.3) |
Copy-ready code
/* CSS */
color: #cf1dfd;
background-color: #cf1dfd;
/* Tailwind (arbitrary) */
class="text-[#cf1dfd] bg-[#cf1dfd]"
/* SCSS */
$brand: #cf1dfd;
/* SwiftUI */
Color(red: 0.812, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#cf1dfd")Accessibility — WCAG contrast
Aa
#cf1dfd on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf1dfd on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green11.4%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#cf1dfd text on a black background
contrast 5.25:1
Card sample
#cf1dfd text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1dfd;
Background color
Panel with #cf1dfd background
background-color: #cf1dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1dfd; background: linear-gradient(135deg, #cf1dfd, #FD1D96);