#cf1985
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
207, 25, 133
HSL
324°, 78%, 46%
CMYK
0, 88, 36, 19
Luminance
0.1565
Every format
| HEX | #cf1985 |
| RGB | rgb(207, 25, 133) |
| HSL | hsl(324, 78%, 46%) |
| CMYK | cmyk(0%, 88%, 36%, 19%) |
| LAB | lab(46.5 72.1 -12.4) |
| LCH | lch(46.5 73.2 350.3) |
| OKLCH | oklch(0.569 0.224 351.8) |
Copy-ready code
/* CSS */
color: #cf1985;
background-color: #cf1985;
/* Tailwind (arbitrary) */
class="text-[#cf1985] bg-[#cf1985]"
/* SCSS */
$brand: #cf1985;
/* SwiftUI */
Color(red: 0.812, green: 0.098, blue: 0.522)
/* Android */
Color.parseColor("#cf1985")Accessibility — WCAG contrast
Aa
#cf1985 on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf1985 on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green9.8%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta87.9%
Yellow35.7%
Key (black)18.8%
Color previews
#cf1985 text on a black background
contrast 4.13:1
Card sample
#cf1985 text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1985;
Background color
Panel with #cf1985 background
background-color: #cf1985;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1985;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 25, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 25, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1985; background: linear-gradient(135deg, #cf1985, #CF2619);