#cf15cd
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 21, 205
HSL
301°, 82%, 45%
CMYK
0, 90, 1, 19
Luminance
0.1821
Every format
| HEX | #cf15cd |
| RGB | rgb(207, 21, 205) |
| HSL | hsl(301, 82%, 45%) |
| CMYK | cmyk(0%, 90%, 1%, 19%) |
| LAB | lab(49.8 81.7 -50.0) |
| LCH | lch(49.8 95.8 328.6) |
| OKLCH | oklch(0.603 0.268 328.8) |
Copy-ready code
/* CSS */
color: #cf15cd;
background-color: #cf15cd;
/* Tailwind (arbitrary) */
class="text-[#cf15cd] bg-[#cf15cd]"
/* SCSS */
$brand: #cf15cd;
/* SwiftUI */
Color(red: 0.812, green: 0.082, blue: 0.804)
/* Android */
Color.parseColor("#cf15cd")Accessibility — WCAG contrast
Aa
#cf15cd on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf15cd on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green8.2%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta89.9%
Yellow1.0%
Key (black)18.8%
Color previews
#cf15cd text on a black background
contrast 4.64:1
Card sample
#cf15cd text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf15cd;
Background color
Panel with #cf15cd background
background-color: #cf15cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf15cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 21, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 21, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf15cd; background: linear-gradient(135deg, #cf15cd, #CF1551);