#cf089c
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 8, 156
HSL
315°, 93%, 42%
CMYK
0, 96, 25, 19
Luminance
0.1584
Every format
| HEX | #cf089c |
| RGB | rgb(207, 8, 156) |
| HSL | hsl(315, 93%, 42%) |
| CMYK | cmyk(0%, 96%, 25%, 19%) |
| LAB | lab(46.8 76.6 -25.9) |
| LCH | lch(46.8 80.9 341.3) |
| OKLCH | oklch(0.574 0.243 343.4) |
Copy-ready code
/* CSS */
color: #cf089c;
background-color: #cf089c;
/* Tailwind (arbitrary) */
class="text-[#cf089c] bg-[#cf089c]"
/* SCSS */
$brand: #cf089c;
/* SwiftUI */
Color(red: 0.812, green: 0.031, blue: 0.612)
/* Android */
Color.parseColor("#cf089c")Accessibility — WCAG contrast
Aa
#cf089c on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf089c on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green3.1%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta96.1%
Yellow24.6%
Key (black)18.8%
Color previews
#cf089c text on a black background
contrast 4.17:1
Card sample
#cf089c text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf089c;
Background color
Panel with #cf089c background
background-color: #cf089c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf089c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 8, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 8, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf089c; background: linear-gradient(135deg, #cf089c, #CF0817);