#cf08ab
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 8, 171
HSL
311°, 93%, 42%
CMYK
0, 96, 17, 19
Luminance
0.1638
Every format
| HEX | #cf08ab |
| RGB | rgb(207, 8, 171) |
| HSL | hsl(311, 93%, 42%) |
| CMYK | cmyk(0%, 96%, 17%, 19%) |
| LAB | lab(47.5 78.4 -33.7) |
| LCH | lch(47.5 85.4 336.7) |
| OKLCH | oklch(0.581 0.251 338.6) |
Copy-ready code
/* CSS */
color: #cf08ab;
background-color: #cf08ab;
/* Tailwind (arbitrary) */
class="text-[#cf08ab] bg-[#cf08ab]"
/* SCSS */
$brand: #cf08ab;
/* SwiftUI */
Color(red: 0.812, green: 0.031, blue: 0.671)
/* Android */
Color.parseColor("#cf08ab")Accessibility — WCAG contrast
Aa
#cf08ab on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf08ab on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green3.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta96.1%
Yellow17.4%
Key (black)18.8%
Color previews
#cf08ab text on a black background
contrast 4.28:1
Card sample
#cf08ab text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf08ab;
Background color
Panel with #cf08ab background
background-color: #cf08ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf08ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 8, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 8, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf08ab; background: linear-gradient(135deg, #cf08ab, #CF0826);