#cf45fe
a balanced, electric violet · warm · closest name: magenta
RGB
207, 69, 254
HSL
285°, 99%, 63%
CMYK
19, 73, 0, 0
Luminance
0.2468
Every format
| HEX | #cf45fe |
| RGB | rgb(207, 69, 254) |
| HSL | hsl(285, 99%, 63%) |
| CMYK | cmyk(19%, 73%, 0%, 0%) |
| LAB | lab(56.8 78.2 -66.4) |
| LCH | lch(56.8 102.6 319.7) |
| OKLCH | oklch(0.662 0.269 315.9) |
Copy-ready code
/* CSS */
color: #cf45fe;
background-color: #cf45fe;
/* Tailwind (arbitrary) */
class="text-[#cf45fe] bg-[#cf45fe]"
/* SCSS */
$brand: #cf45fe;
/* SwiftUI */
Color(red: 0.812, green: 0.271, blue: 0.996)
/* Android */
Color.parseColor("#cf45fe")Accessibility — WCAG contrast
Aa
#cf45fe on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf45fe on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green27.1%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta72.8%
Yellow0.0%
Key (black)0.4%
Color previews
#cf45fe text on a black background
contrast 5.94:1
Card sample
#cf45fe text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf45fe;
Background color
Panel with #cf45fe background
background-color: #cf45fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf45fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 69, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 69, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf45fe; background: linear-gradient(135deg, #cf45fe, #FE45B1);