#cf08cc
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 8, 204
HSL
301°, 93%, 42%
CMYK
0, 96, 1, 19
Luminance
0.1780
Every format
| HEX | #cf08cc |
| RGB | rgb(207, 8, 204) |
| HSL | hsl(301, 93%, 42%) |
| CMYK | cmyk(0%, 96%, 1%, 19%) |
| LAB | lab(49.3 82.9 -50.2) |
| LCH | lch(49.3 96.9 328.8) |
| OKLCH | oklch(0.599 0.272 329.1) |
Copy-ready code
/* CSS */
color: #cf08cc;
background-color: #cf08cc;
/* Tailwind (arbitrary) */
class="text-[#cf08cc] bg-[#cf08cc]"
/* SCSS */
$brand: #cf08cc;
/* SwiftUI */
Color(red: 0.812, green: 0.031, blue: 0.800)
/* Android */
Color.parseColor("#cf08cc")Accessibility — WCAG contrast
Aa
#cf08cc on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf08cc on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green3.1%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta96.1%
Yellow1.4%
Key (black)18.8%
Color previews
#cf08cc text on a black background
contrast 4.56:1
Card sample
#cf08cc text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf08cc;
Background color
Panel with #cf08cc background
background-color: #cf08cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf08cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 8, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 8, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf08cc; background: linear-gradient(135deg, #cf08cc, #CF0847);