#cf084f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
207, 8, 79
HSL
339°, 93%, 42%
CMYK
0, 96, 62, 19
Luminance
0.1400
Every format
| HEX | #cf084f |
| RGB | rgb(207, 8, 79) |
| HSL | hsl(339, 93%, 42%) |
| CMYK | cmyk(0%, 96%, 62%, 19%) |
| LAB | lab(44.2 70.0 17.8) |
| LCH | lch(44.2 72.2 14.3) |
| OKLCH | oklch(0.547 0.216 11.7) |
Copy-ready code
/* CSS */
color: #cf084f;
background-color: #cf084f;
/* Tailwind (arbitrary) */
class="text-[#cf084f] bg-[#cf084f]"
/* SCSS */
$brand: #cf084f;
/* SwiftUI */
Color(red: 0.812, green: 0.031, blue: 0.310)
/* Android */
Color.parseColor("#cf084f")Accessibility — WCAG contrast
Aa
#cf084f on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf084f on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green3.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta96.1%
Yellow61.8%
Key (black)18.8%
Color previews
#cf084f text on a black background
contrast 3.80:1
Card sample
#cf084f text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf084f;
Background color
Panel with #cf084f background
background-color: #cf084f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf084f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 8, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 8, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf084f; background: linear-gradient(135deg, #cf084f, #CF4608);