#cf025f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
207, 2, 95
HSL
333°, 98%, 41%
CMYK
0, 99, 54, 19
Luminance
0.1414
Every format
| HEX | #cf025f |
| RGB | rgb(207, 2, 95) |
| HSL | hsl(333, 98%, 41%) |
| CMYK | cmyk(0%, 99%, 54%, 19%) |
| LAB | lab(44.4 71.5 8.1) |
| LCH | lch(44.4 72.0 6.4) |
| OKLCH | oklch(0.550 0.220 5.5) |
Copy-ready code
/* CSS */
color: #cf025f;
background-color: #cf025f;
/* Tailwind (arbitrary) */
class="text-[#cf025f] bg-[#cf025f]"
/* SCSS */
$brand: #cf025f;
/* SwiftUI */
Color(red: 0.812, green: 0.008, blue: 0.373)
/* Android */
Color.parseColor("#cf025f")Accessibility — WCAG contrast
Aa
#cf025f on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf025f on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta99.0%
Yellow54.1%
Key (black)18.8%
Color previews
#cf025f text on a black background
contrast 3.83:1
Card sample
#cf025f text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf025f;
Background color
Panel with #cf025f background
background-color: #cf025f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf025f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 2, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 2, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf025f; background: linear-gradient(135deg, #cf025f, #CF2E02);