#cf1ffc
a balanced, electric violet · warm · closest name: magenta
RGB
207, 31, 252
HSL
288°, 97%, 56%
CMYK
18, 88, 0, 1
Luminance
0.2127
Every format
| HEX | #cf1ffc |
| RGB | rgb(207, 31, 252) |
| HSL | hsl(288, 97%, 56%) |
| CMYK | cmyk(18%, 88%, 0%, 1%) |
| LAB | lab(53.3 87.7 -71.0) |
| LCH | lch(53.3 112.8 321.0) |
| OKLCH | oklch(0.637 0.296 317.5) |
Copy-ready code
/* CSS */
color: #cf1ffc;
background-color: #cf1ffc;
/* Tailwind (arbitrary) */
class="text-[#cf1ffc] bg-[#cf1ffc]"
/* SCSS */
$brand: #cf1ffc;
/* SwiftUI */
Color(red: 0.812, green: 0.122, blue: 0.988)
/* Android */
Color.parseColor("#cf1ffc")Accessibility — WCAG contrast
Aa
#cf1ffc on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf1ffc on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green12.2%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta87.7%
Yellow0.0%
Key (black)1.2%
Color previews
#cf1ffc text on a black background
contrast 5.25:1
Card sample
#cf1ffc text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1ffc;
Background color
Panel with #cf1ffc background
background-color: #cf1ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 31, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 31, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1ffc; background: linear-gradient(135deg, #cf1ffc, #FC1F96);