#cf1c76
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
207, 28, 118
HSL
330°, 76%, 46%
CMYK
0, 87, 43, 19
Luminance
0.1540
Every format
| HEX | #cf1c76 |
| RGB | rgb(207, 28, 118) |
| HSL | hsl(330, 76%, 46%) |
| CMYK | cmyk(0%, 87%, 43%, 19%) |
| LAB | lab(46.2 70.2 -3.7) |
| LCH | lch(46.2 70.3 357.0) |
| OKLCH | oklch(0.565 0.216 357.7) |
Copy-ready code
/* CSS */
color: #cf1c76;
background-color: #cf1c76;
/* Tailwind (arbitrary) */
class="text-[#cf1c76] bg-[#cf1c76]"
/* SCSS */
$brand: #cf1c76;
/* SwiftUI */
Color(red: 0.812, green: 0.110, blue: 0.463)
/* Android */
Color.parseColor("#cf1c76")Accessibility — WCAG contrast
Aa
#cf1c76 on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf1c76 on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green11.0%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta86.5%
Yellow43.0%
Key (black)18.8%
Color previews
#cf1c76 text on a black background
contrast 4.08:1
Card sample
#cf1c76 text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1c76;
Background color
Panel with #cf1c76 background
background-color: #cf1c76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1c76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 28, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 28, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1c76; background: linear-gradient(135deg, #cf1c76, #CF391C);