#cf0acd
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 10, 205
HSL
301°, 91%, 43%
CMYK
0, 95, 1, 19
Luminance
0.1789
Every format
| HEX | #cf0acd |
| RGB | rgb(207, 10, 205) |
| HSL | hsl(301, 91%, 43%) |
| CMYK | cmyk(0%, 95%, 1%, 19%) |
| LAB | lab(49.4 82.9 -50.6) |
| LCH | lch(49.4 97.1 328.6) |
| OKLCH | oklch(0.600 0.272 328.9) |
Copy-ready code
/* CSS */
color: #cf0acd;
background-color: #cf0acd;
/* Tailwind (arbitrary) */
class="text-[#cf0acd] bg-[#cf0acd]"
/* SCSS */
$brand: #cf0acd;
/* SwiftUI */
Color(red: 0.812, green: 0.039, blue: 0.804)
/* Android */
Color.parseColor("#cf0acd")Accessibility — WCAG contrast
Aa
#cf0acd on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0acd on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green3.9%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta95.2%
Yellow1.0%
Key (black)18.8%
Color previews
#cf0acd text on a black background
contrast 4.58:1
Card sample
#cf0acd text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0acd;
Background color
Panel with #cf0acd background
background-color: #cf0acd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0acd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 10, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 10, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0acd; background: linear-gradient(135deg, #cf0acd, #CF0A4A);