#cf0dec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 13, 236
HSL
292°, 90%, 49%
CMYK
12, 95, 0, 8
Luminance
0.1961
Every format
| HEX | #cf0dec |
| RGB | rgb(207, 13, 236) |
| HSL | hsl(292, 90%, 49%) |
| CMYK | cmyk(12%, 95%, 0%, 8%) |
| LAB | lab(51.4 87.3 -65.0) |
| LCH | lch(51.4 108.9 323.3) |
| OKLCH | oklch(0.621 0.292 321.2) |
Copy-ready code
/* CSS */
color: #cf0dec;
background-color: #cf0dec;
/* Tailwind (arbitrary) */
class="text-[#cf0dec] bg-[#cf0dec]"
/* SCSS */
$brand: #cf0dec;
/* SwiftUI */
Color(red: 0.812, green: 0.051, blue: 0.925)
/* Android */
Color.parseColor("#cf0dec")Accessibility — WCAG contrast
Aa
#cf0dec on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf0dec on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green5.1%
Blue92.5%
CMYK percentages
Cyan12.3%
Magenta94.5%
Yellow0.0%
Key (black)7.5%
Color previews
#cf0dec text on a black background
contrast 4.92:1
Card sample
#cf0dec text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0dec;
Background color
Panel with #cf0dec background
background-color: #cf0dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 13, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 13, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0dec; background: linear-gradient(135deg, #cf0dec, #EC0D74);