#cf157a
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 21, 122
HSL
327°, 82%, 45%
CMYK
0, 90, 41, 19
Luminance
0.1521
Every format
| HEX | #cf157a |
| RGB | rgb(207, 21, 122) |
| HSL | hsl(327, 82%, 45%) |
| CMYK | cmyk(0%, 90%, 41%, 19%) |
| LAB | lab(45.9 71.7 -6.5) |
| LCH | lch(45.9 72.0 354.8) |
| OKLCH | oklch(0.563 0.222 355.8) |
Copy-ready code
/* CSS */
color: #cf157a;
background-color: #cf157a;
/* Tailwind (arbitrary) */
class="text-[#cf157a] bg-[#cf157a]"
/* SCSS */
$brand: #cf157a;
/* SwiftUI */
Color(red: 0.812, green: 0.082, blue: 0.478)
/* Android */
Color.parseColor("#cf157a")Accessibility — WCAG contrast
Aa
#cf157a on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf157a on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green8.2%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta89.9%
Yellow41.1%
Key (black)18.8%
Color previews
#cf157a text on a black background
contrast 4.04:1
Card sample
#cf157a text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf157a;
Background color
Panel with #cf157a background
background-color: #cf157a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf157a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 21, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 21, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf157a; background: linear-gradient(135deg, #cf157a, #CF2C15);