#cf0cd5
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 12, 213
HSL
298°, 89%, 44%
CMYK
3, 94, 0, 17
Luminance
0.1833
Every format
| HEX | #cf0cd5 |
| RGB | rgb(207, 12, 213) |
| HSL | hsl(298, 89%, 44%) |
| CMYK | cmyk(3%, 94%, 0%, 17%) |
| LAB | lab(49.9 83.9 -54.3) |
| LCH | lch(49.9 99.9 327.1) |
| OKLCH | oklch(0.606 0.277 326.8) |
Copy-ready code
/* CSS */
color: #cf0cd5;
background-color: #cf0cd5;
/* Tailwind (arbitrary) */
class="text-[#cf0cd5] bg-[#cf0cd5]"
/* SCSS */
$brand: #cf0cd5;
/* SwiftUI */
Color(red: 0.812, green: 0.047, blue: 0.835)
/* Android */
Color.parseColor("#cf0cd5")Accessibility — WCAG contrast
Aa
#cf0cd5 on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0cd5 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green4.7%
Blue83.5%
CMYK percentages
Cyan2.8%
Magenta94.4%
Yellow0.0%
Key (black)16.5%
Color previews
#cf0cd5 text on a black background
contrast 4.67:1
Card sample
#cf0cd5 text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0cd5;
Background color
Panel with #cf0cd5 background
background-color: #cf0cd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0cd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 12, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 12, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0cd5; background: linear-gradient(135deg, #cf0cd5, #D50C55);