#cf2ffa
a balanced, electric violet · warm · closest name: magenta
RGB
207, 47, 250
HSL
287°, 95%, 58%
CMYK
17, 81, 0, 2
Luminance
0.2220
Every format
| HEX | #cf2ffa |
| RGB | rgb(207, 47, 250) |
| HSL | hsl(287, 95%, 58%) |
| CMYK | cmyk(17%, 81%, 0%, 2%) |
| LAB | lab(54.2 84.0 -68.2) |
| LCH | lch(54.2 108.3 320.9) |
| OKLCH | oklch(0.643 0.285 317.5) |
Copy-ready code
/* CSS */
color: #cf2ffa;
background-color: #cf2ffa;
/* Tailwind (arbitrary) */
class="text-[#cf2ffa] bg-[#cf2ffa]"
/* SCSS */
$brand: #cf2ffa;
/* SwiftUI */
Color(red: 0.812, green: 0.184, blue: 0.980)
/* Android */
Color.parseColor("#cf2ffa")Accessibility — WCAG contrast
Aa
#cf2ffa on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2ffa on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.4%
Blue98.0%
CMYK percentages
Cyan17.2%
Magenta81.2%
Yellow0.0%
Key (black)2.0%
Color previews
#cf2ffa text on a black background
contrast 5.44:1
Card sample
#cf2ffa text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2ffa;
Background color
Panel with #cf2ffa background
background-color: #cf2ffa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2ffa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 47, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 47, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2ffa; background: linear-gradient(135deg, #cf2ffa, #FA2F9E);