#cf0867
a dark, electric magenta / pink · warm · closest name: crimson
RGB
207, 8, 103
HSL
331°, 93%, 42%
CMYK
0, 96, 50, 19
Luminance
0.1442
Every format
| HEX | #cf0867 |
| RGB | rgb(207, 8, 103) |
| HSL | hsl(331, 93%, 42%) |
| CMYK | cmyk(0%, 96%, 50%, 19%) |
| LAB | lab(44.8 71.5 3.6) |
| LCH | lch(44.8 71.6 2.9) |
| OKLCH | oklch(0.553 0.220 2.6) |
Copy-ready code
/* CSS */
color: #cf0867;
background-color: #cf0867;
/* Tailwind (arbitrary) */
class="text-[#cf0867] bg-[#cf0867]"
/* SCSS */
$brand: #cf0867;
/* SwiftUI */
Color(red: 0.812, green: 0.031, blue: 0.404)
/* Android */
Color.parseColor("#cf0867")Accessibility — WCAG contrast
Aa
#cf0867 on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0867 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green3.1%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta96.1%
Yellow50.2%
Key (black)18.8%
Color previews
#cf0867 text on a black background
contrast 3.88:1
Card sample
#cf0867 text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0867;
Background color
Panel with #cf0867 background
background-color: #cf0867;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0867;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 8, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 8, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0867; background: linear-gradient(135deg, #cf0867, #CF2E08);