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