#cf18a2
a balanced, electric magenta / pink · warm · closest name: purple
RGB
207, 24, 162
HSL
315°, 79%, 45%
CMYK
0, 88, 22, 19
Luminance
0.1653
Every format
| HEX | #cf18a2 |
| RGB | rgb(207, 24, 162) |
| HSL | hsl(315, 79%, 45%) |
| CMYK | cmyk(0%, 88%, 22%, 19%) |
| LAB | lab(47.7 75.5 -28.1) |
| LCH | lch(47.7 80.6 339.6) |
| OKLCH | oklch(0.581 0.240 341.6) |
Copy-ready code
/* CSS */
color: #cf18a2;
background-color: #cf18a2;
/* Tailwind (arbitrary) */
class="text-[#cf18a2] bg-[#cf18a2]"
/* SCSS */
$brand: #cf18a2;
/* SwiftUI */
Color(red: 0.812, green: 0.094, blue: 0.635)
/* Android */
Color.parseColor("#cf18a2")Accessibility — WCAG contrast
Aa
#cf18a2 on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf18a2 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green9.4%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta88.4%
Yellow21.7%
Key (black)18.8%
Color previews
#cf18a2 text on a black background
contrast 4.31:1
Card sample
#cf18a2 text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf18a2;
Background color
Panel with #cf18a2 background
background-color: #cf18a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf18a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 24, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 24, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf18a2; background: linear-gradient(135deg, #cf18a2, #CF1828);