#cf23fe
a balanced, electric violet · warm · closest name: magenta
RGB
207, 35, 254
HSL
287°, 99%, 57%
CMYK
19, 86, 0, 0
Luminance
0.2162
Every format
| HEX | #cf23fe |
| RGB | rgb(207, 35, 254) |
| HSL | hsl(287, 99%, 57%) |
| CMYK | cmyk(19%, 86%, 0%, 0%) |
| LAB | lab(53.6 87.3 -71.5) |
| LCH | lch(53.6 112.8 320.7) |
| OKLCH | oklch(0.640 0.295 316.9) |
Copy-ready code
/* CSS */
color: #cf23fe;
background-color: #cf23fe;
/* Tailwind (arbitrary) */
class="text-[#cf23fe] bg-[#cf23fe]"
/* SCSS */
$brand: #cf23fe;
/* SwiftUI */
Color(red: 0.812, green: 0.137, blue: 0.996)
/* Android */
Color.parseColor("#cf23fe")Accessibility — WCAG contrast
Aa
#cf23fe on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf23fe on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green13.7%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta86.2%
Yellow0.0%
Key (black)0.4%
Color previews
#cf23fe text on a black background
contrast 5.32:1
Card sample
#cf23fe text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf23fe;
Background color
Panel with #cf23fe background
background-color: #cf23fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf23fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 35, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 35, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf23fe; background: linear-gradient(135deg, #cf23fe, #FE239B);