#cf1fcc
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 31, 204
HSL
301°, 74%, 47%
CMYK
0, 85, 1, 19
Luminance
0.1861
Every format
| HEX | #cf1fcc |
| RGB | rgb(207, 31, 204) |
| HSL | hsl(301, 74%, 47%) |
| CMYK | cmyk(0%, 85%, 1%, 19%) |
| LAB | lab(50.2 80.0 -48.6) |
| LCH | lch(50.2 93.7 328.7) |
| OKLCH | oklch(0.606 0.262 329.1) |
Copy-ready code
/* CSS */
color: #cf1fcc;
background-color: #cf1fcc;
/* Tailwind (arbitrary) */
class="text-[#cf1fcc] bg-[#cf1fcc]"
/* SCSS */
$brand: #cf1fcc;
/* SwiftUI */
Color(red: 0.812, green: 0.122, blue: 0.800)
/* Android */
Color.parseColor("#cf1fcc")Accessibility — WCAG contrast
Aa
#cf1fcc on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf1fcc on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green12.2%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow1.4%
Key (black)18.8%
Color previews
#cf1fcc text on a black background
contrast 4.72:1
Card sample
#cf1fcc text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1fcc;
Background color
Panel with #cf1fcc background
background-color: #cf1fcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1fcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 31, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 31, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1fcc; background: linear-gradient(135deg, #cf1fcc, #CF1F57);