#cf009b
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 0, 155
HSL
315°, 100%, 41%
CMYK
0, 100, 25, 19
Luminance
0.1563
Every format
| HEX | #cf009b |
| RGB | rgb(207, 0, 155) |
| HSL | hsl(315, 100%, 41%) |
| CMYK | cmyk(0%, 100%, 25%, 19%) |
| LAB | lab(46.5 77.2 -25.7) |
| LCH | lch(46.5 81.4 341.6) |
| OKLCH | oklch(0.572 0.244 343.6) |
Copy-ready code
/* CSS */
color: #cf009b;
background-color: #cf009b;
/* Tailwind (arbitrary) */
class="text-[#cf009b] bg-[#cf009b]"
/* SCSS */
$brand: #cf009b;
/* SwiftUI */
Color(red: 0.812, green: 0.000, blue: 0.608)
/* Android */
Color.parseColor("#cf009b")Accessibility — WCAG contrast
Aa
#cf009b on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf009b on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.0%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow25.1%
Key (black)18.8%
Color previews
#cf009b text on a black background
contrast 4.13:1
Card sample
#cf009b text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf009b;
Background color
Panel with #cf009b background
background-color: #cf009b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf009b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 0, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 0, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf009b; background: linear-gradient(135deg, #cf009b, #CF0011);