#cf00cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 0, 207
HSL
300°, 100%, 41%
CMYK
0, 100, 0, 19
Luminance
0.1777
Every format
| HEX | #cf00cf |
| RGB | rgb(207, 0, 207) |
| HSL | hsl(300, 100%, 41%) |
| CMYK | cmyk(0%, 100%, 0%, 19%) |
| LAB | lab(49.2 83.9 -52.0) |
| LCH | lch(49.2 98.7 328.2) |
| OKLCH | oklch(0.600 0.276 328.4) |
Copy-ready code
/* CSS */
color: #cf00cf;
background-color: #cf00cf;
/* Tailwind (arbitrary) */
class="text-[#cf00cf] bg-[#cf00cf]"
/* SCSS */
$brand: #cf00cf;
/* SwiftUI */
Color(red: 0.812, green: 0.000, blue: 0.812)
/* Android */
Color.parseColor("#cf00cf")Accessibility — WCAG contrast
Aa
#cf00cf on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf00cf on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow0.0%
Key (black)18.8%
Color previews
#cf00cf text on a black background
contrast 4.55:1
Card sample
#cf00cf text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf00cf;
Background color
Panel with #cf00cf background
background-color: #cf00cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf00cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 0, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 0, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf00cf; background: linear-gradient(135deg, #cf00cf, #CF0045);