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