#cf24fd
a balanced, electric violet · warm · closest name: magenta
RGB
207, 36, 253
HSL
287°, 98%, 57%
CMYK
18, 86, 0, 1
Luminance
0.2162
Every format
| HEX | #cf24fd |
| RGB | rgb(207, 36, 253) |
| HSL | hsl(287, 98%, 57%) |
| CMYK | cmyk(18%, 86%, 0%, 1%) |
| LAB | lab(53.6 87.0 -70.9) |
| LCH | lch(53.6 112.2 320.8) |
| OKLCH | oklch(0.640 0.294 317.1) |
Copy-ready code
/* CSS */
color: #cf24fd;
background-color: #cf24fd;
/* Tailwind (arbitrary) */
class="text-[#cf24fd] bg-[#cf24fd]"
/* SCSS */
$brand: #cf24fd;
/* SwiftUI */
Color(red: 0.812, green: 0.141, blue: 0.992)
/* Android */
Color.parseColor("#cf24fd")Accessibility — WCAG contrast
Aa
#cf24fd on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf24fd on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green14.1%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta85.8%
Yellow0.0%
Key (black)0.8%
Color previews
#cf24fd text on a black background
contrast 5.32:1
Card sample
#cf24fd text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf24fd;
Background color
Panel with #cf24fd background
background-color: #cf24fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf24fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 36, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 36, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf24fd; background: linear-gradient(135deg, #cf24fd, #FD249A);