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