#cf3cfc
a balanced, electric violet · warm · closest name: magenta
RGB
207, 60, 252
HSL
286°, 97%, 61%
CMYK
18, 76, 0, 1
Luminance
0.2353
Every format
| HEX | #cf3cfc |
| RGB | rgb(207, 60, 252) |
| HSL | hsl(286, 97%, 61%) |
| CMYK | cmyk(18%, 76%, 0%, 1%) |
| LAB | lab(55.6 80.8 -67.1) |
| LCH | lch(55.6 105.0 320.3) |
| OKLCH | oklch(0.653 0.276 316.7) |
Copy-ready code
/* CSS */
color: #cf3cfc;
background-color: #cf3cfc;
/* Tailwind (arbitrary) */
class="text-[#cf3cfc] bg-[#cf3cfc]"
/* SCSS */
$brand: #cf3cfc;
/* SwiftUI */
Color(red: 0.812, green: 0.235, blue: 0.988)
/* Android */
Color.parseColor("#cf3cfc")Accessibility — WCAG contrast
Aa
#cf3cfc on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3cfc on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.5%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta76.2%
Yellow0.0%
Key (black)1.2%
Color previews
#cf3cfc text on a black background
contrast 5.71:1
Card sample
#cf3cfc text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3cfc;
Background color
Panel with #cf3cfc background
background-color: #cf3cfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3cfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 60, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 60, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3cfc; background: linear-gradient(135deg, #cf3cfc, #FC3CA9);