#cf026c
a dark, electric magenta / pink · warm · closest name: crimson
RGB
207, 2, 108
HSL
329°, 98%, 41%
CMYK
0, 99, 48, 19
Luminance
0.1439
Every format
| HEX | #cf026c |
| RGB | rgb(207, 2, 108) |
| HSL | hsl(329, 98%, 41%) |
| CMYK | cmyk(0%, 99%, 48%, 19%) |
| LAB | lab(44.8 72.5 0.5) |
| LCH | lch(44.8 72.5 0.4) |
| OKLCH | oklch(0.553 0.223 0.5) |
Copy-ready code
/* CSS */
color: #cf026c;
background-color: #cf026c;
/* Tailwind (arbitrary) */
class="text-[#cf026c] bg-[#cf026c]"
/* SCSS */
$brand: #cf026c;
/* SwiftUI */
Color(red: 0.812, green: 0.008, blue: 0.424)
/* Android */
Color.parseColor("#cf026c")Accessibility — WCAG contrast
Aa
#cf026c on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf026c on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.8%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta99.0%
Yellow47.8%
Key (black)18.8%
Color previews
#cf026c text on a black background
contrast 3.88:1
Card sample
#cf026c text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf026c;
Background color
Panel with #cf026c background
background-color: #cf026c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf026c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 2, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 2, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf026c; background: linear-gradient(135deg, #cf026c, #CF2102);