#cf0cd3
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 12, 211
HSL
299°, 89%, 44%
CMYK
2, 94, 0, 17
Luminance
0.1823
Every format
| HEX | #cf0cd3 |
| RGB | rgb(207, 12, 211) |
| HSL | hsl(299, 89%, 44%) |
| CMYK | cmyk(2%, 94%, 0%, 17%) |
| LAB | lab(49.8 83.6 -53.4) |
| LCH | lch(49.8 99.2 327.4) |
| OKLCH | oklch(0.604 0.275 327.3) |
Copy-ready code
/* CSS */
color: #cf0cd3;
background-color: #cf0cd3;
/* Tailwind (arbitrary) */
class="text-[#cf0cd3] bg-[#cf0cd3]"
/* SCSS */
$brand: #cf0cd3;
/* SwiftUI */
Color(red: 0.812, green: 0.047, blue: 0.827)
/* Android */
Color.parseColor("#cf0cd3")Accessibility — WCAG contrast
Aa
#cf0cd3 on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0cd3 on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green4.7%
Blue82.7%
CMYK percentages
Cyan1.9%
Magenta94.3%
Yellow0.0%
Key (black)17.3%
Color previews
#cf0cd3 text on a black background
contrast 4.65:1
Card sample
#cf0cd3 text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0cd3;
Background color
Panel with #cf0cd3 background
background-color: #cf0cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 12, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 12, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0cd3; background: linear-gradient(135deg, #cf0cd3, #D30C52);