#cf0899
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 8, 153
HSL
316°, 93%, 42%
CMYK
0, 96, 26, 19
Luminance
0.1574
Every format
| HEX | #cf0899 |
| RGB | rgb(207, 8, 153) |
| HSL | hsl(316, 93%, 42%) |
| CMYK | cmyk(0%, 96%, 26%, 19%) |
| LAB | lab(46.6 76.3 -24.3) |
| LCH | lch(46.6 80.1 342.3) |
| OKLCH | oklch(0.572 0.241 344.4) |
Copy-ready code
/* CSS */
color: #cf0899;
background-color: #cf0899;
/* Tailwind (arbitrary) */
class="text-[#cf0899] bg-[#cf0899]"
/* SCSS */
$brand: #cf0899;
/* SwiftUI */
Color(red: 0.812, green: 0.031, blue: 0.600)
/* Android */
Color.parseColor("#cf0899")Accessibility — WCAG contrast
Aa
#cf0899 on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0899 on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green3.1%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta96.1%
Yellow26.1%
Key (black)18.8%
Color previews
#cf0899 text on a black background
contrast 4.15:1
Card sample
#cf0899 text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0899;
Background color
Panel with #cf0899 background
background-color: #cf0899;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0899;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 8, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 8, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0899; background: linear-gradient(135deg, #cf0899, #CF0814);