#cf008b
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 0, 139
HSL
320°, 100%, 41%
CMYK
0, 100, 33, 19
Luminance
0.1513
Every format
| HEX | #cf008b |
| RGB | rgb(207, 0, 139) |
| HSL | hsl(320, 100%, 41%) |
| CMYK | cmyk(0%, 100%, 33%, 19%) |
| LAB | lab(45.8 75.5 -17.1) |
| LCH | lch(45.8 77.4 347.2) |
| OKLCH | oklch(0.565 0.236 349.1) |
Copy-ready code
/* CSS */
color: #cf008b;
background-color: #cf008b;
/* Tailwind (arbitrary) */
class="text-[#cf008b] bg-[#cf008b]"
/* SCSS */
$brand: #cf008b;
/* SwiftUI */
Color(red: 0.812, green: 0.000, blue: 0.545)
/* Android */
Color.parseColor("#cf008b")Accessibility — WCAG contrast
Aa
#cf008b on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf008b on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.0%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow32.9%
Key (black)18.8%
Color previews
#cf008b text on a black background
contrast 4.03:1
Card sample
#cf008b text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf008b;
Background color
Panel with #cf008b background
background-color: #cf008b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf008b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 0, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 0, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf008b; background: linear-gradient(135deg, #cf008b, #CF0001);