#cf2efc
a balanced, electric violet · warm · closest name: magenta
RGB
207, 46, 252
HSL
287°, 97%, 58%
CMYK
18, 82, 0, 1
Luminance
0.2225
Every format
| HEX | #cf2efc |
| RGB | rgb(207, 46, 252) |
| HSL | hsl(287, 97%, 58%) |
| CMYK | cmyk(18%, 82%, 0%, 1%) |
| LAB | lab(54.3 84.6 -69.3) |
| LCH | lch(54.3 109.4 320.7) |
| OKLCH | oklch(0.644 0.287 317.1) |
Copy-ready code
/* CSS */
color: #cf2efc;
background-color: #cf2efc;
/* Tailwind (arbitrary) */
class="text-[#cf2efc] bg-[#cf2efc]"
/* SCSS */
$brand: #cf2efc;
/* SwiftUI */
Color(red: 0.812, green: 0.180, blue: 0.988)
/* Android */
Color.parseColor("#cf2efc")Accessibility — WCAG contrast
Aa
#cf2efc on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2efc on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.0%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta81.7%
Yellow0.0%
Key (black)1.2%
Color previews
#cf2efc text on a black background
contrast 5.45:1
Card sample
#cf2efc text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2efc;
Background color
Panel with #cf2efc background
background-color: #cf2efc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2efc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 46, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 46, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2efc; background: linear-gradient(135deg, #cf2efc, #FC2EA0);