#cf05ce
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 5, 206
HSL
300°, 95%, 42%
CMYK
0, 98, 1, 19
Luminance
0.1783
Every format
| HEX | #cf05ce |
| RGB | rgb(207, 5, 206) |
| HSL | hsl(300, 95%, 42%) |
| CMYK | cmyk(0%, 98%, 1%, 19%) |
| LAB | lab(49.3 83.4 -51.3) |
| LCH | lch(49.3 97.9 328.4) |
| OKLCH | oklch(0.600 0.274 328.6) |
Copy-ready code
/* CSS */
color: #cf05ce;
background-color: #cf05ce;
/* Tailwind (arbitrary) */
class="text-[#cf05ce] bg-[#cf05ce]"
/* SCSS */
$brand: #cf05ce;
/* SwiftUI */
Color(red: 0.812, green: 0.020, blue: 0.808)
/* Android */
Color.parseColor("#cf05ce")Accessibility — WCAG contrast
Aa
#cf05ce on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf05ce on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green2.0%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta97.6%
Yellow0.5%
Key (black)18.8%
Color previews
#cf05ce text on a black background
contrast 4.57:1
Card sample
#cf05ce text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf05ce;
Background color
Panel with #cf05ce background
background-color: #cf05ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf05ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 5, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 5, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf05ce; background: linear-gradient(135deg, #cf05ce, #CF0547);