#cf24ff
a balanced, electric violet · warm · closest name: magenta
RGB
207, 36, 255
HSL
287°, 100%, 57%
CMYK
19, 86, 0, 0
Luminance
0.2175
Every format
| HEX | #cf24ff |
| RGB | rgb(207, 36, 255) |
| HSL | hsl(287, 100%, 57%) |
| CMYK | cmyk(19%, 86%, 0%, 0%) |
| LAB | lab(53.8 87.3 -71.8) |
| LCH | lch(53.8 113.0 320.6) |
| OKLCH | oklch(0.641 0.296 316.7) |
Copy-ready code
/* CSS */
color: #cf24ff;
background-color: #cf24ff;
/* Tailwind (arbitrary) */
class="text-[#cf24ff] bg-[#cf24ff]"
/* SCSS */
$brand: #cf24ff;
/* SwiftUI */
Color(red: 0.812, green: 0.141, blue: 1.000)
/* Android */
Color.parseColor("#cf24ff")Accessibility — WCAG contrast
Aa
#cf24ff on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf24ff on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green14.1%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta85.9%
Yellow0.0%
Key (black)0.0%
Color previews
#cf24ff text on a black background
contrast 5.35:1
Card sample
#cf24ff text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf24ff;
Background color
Panel with #cf24ff background
background-color: #cf24ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf24ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 36, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 36, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf24ff; background: linear-gradient(135deg, #cf24ff, #FF249D);