#cf2bfe
a balanced, electric violet · warm · closest name: magenta
RGB
207, 43, 254
HSL
287°, 99%, 58%
CMYK
19, 83, 0, 0
Luminance
0.2215
Every format
| HEX | #cf2bfe |
| RGB | rgb(207, 43, 254) |
| HSL | hsl(287, 99%, 58%) |
| CMYK | cmyk(19%, 83%, 0%, 0%) |
| LAB | lab(54.2 85.7 -70.5) |
| LCH | lch(54.2 111.0 320.5) |
| OKLCH | oklch(0.644 0.291 316.8) |
Copy-ready code
/* CSS */
color: #cf2bfe;
background-color: #cf2bfe;
/* Tailwind (arbitrary) */
class="text-[#cf2bfe] bg-[#cf2bfe]"
/* SCSS */
$brand: #cf2bfe;
/* SwiftUI */
Color(red: 0.812, green: 0.169, blue: 0.996)
/* Android */
Color.parseColor("#cf2bfe")Accessibility — WCAG contrast
Aa
#cf2bfe on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2bfe on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green16.9%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta83.1%
Yellow0.0%
Key (black)0.4%
Color previews
#cf2bfe text on a black background
contrast 5.43:1
Card sample
#cf2bfe text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2bfe;
Background color
Panel with #cf2bfe background
background-color: #cf2bfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2bfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 43, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 43, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2bfe; background: linear-gradient(135deg, #cf2bfe, #FE2BA0);