#cf0cdb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 12, 219
HSL
297°, 90%, 45%
CMYK
6, 95, 0, 14
Luminance
0.1864
Every format
| HEX | #cf0cdb |
| RGB | rgb(207, 12, 219) |
| HSL | hsl(297, 90%, 45%) |
| CMYK | cmyk(6%, 95%, 0%, 14%) |
| LAB | lab(50.3 84.8 -57.2) |
| LCH | lch(50.3 102.3 326.0) |
| OKLCH | oklch(0.609 0.281 325.3) |
Copy-ready code
/* CSS */
color: #cf0cdb;
background-color: #cf0cdb;
/* Tailwind (arbitrary) */
class="text-[#cf0cdb] bg-[#cf0cdb]"
/* SCSS */
$brand: #cf0cdb;
/* SwiftUI */
Color(red: 0.812, green: 0.047, blue: 0.859)
/* Android */
Color.parseColor("#cf0cdb")Accessibility — WCAG contrast
Aa
#cf0cdb on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf0cdb on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green4.7%
Blue85.9%
CMYK percentages
Cyan5.5%
Magenta94.5%
Yellow0.0%
Key (black)14.1%
Color previews
#cf0cdb text on a black background
contrast 4.73:1
Card sample
#cf0cdb text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0cdb;
Background color
Panel with #cf0cdb background
background-color: #cf0cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 12, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 12, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0cdb; background: linear-gradient(135deg, #cf0cdb, #DB0C5D);