#cf0063
a dark, electric magenta / pink · warm · closest name: crimson
RGB
207, 0, 99
HSL
331°, 100%, 41%
CMYK
0, 100, 52, 19
Luminance
0.1417
Every format
| HEX | #cf0063 |
| RGB | rgb(207, 0, 99) |
| HSL | hsl(331, 100%, 41%) |
| CMYK | cmyk(0%, 100%, 52%, 19%) |
| LAB | lab(44.5 72.0 5.6) |
| LCH | lch(44.5 72.2 4.5) |
| OKLCH | oklch(0.550 0.222 3.9) |
Copy-ready code
/* CSS */
color: #cf0063;
background-color: #cf0063;
/* Tailwind (arbitrary) */
class="text-[#cf0063] bg-[#cf0063]"
/* SCSS */
$brand: #cf0063;
/* SwiftUI */
Color(red: 0.812, green: 0.000, blue: 0.388)
/* Android */
Color.parseColor("#cf0063")Accessibility — WCAG contrast
Aa
#cf0063 on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0063 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.0%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow52.2%
Key (black)18.8%
Color previews
#cf0063 text on a black background
contrast 3.83:1
Card sample
#cf0063 text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0063;
Background color
Panel with #cf0063 background
background-color: #cf0063;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0063;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 0, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 0, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0063; background: linear-gradient(135deg, #cf0063, #CF2700);