#cf0ceb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 12, 235
HSL
293°, 90%, 48%
CMYK
12, 95, 0, 8
Luminance
0.1953
Every format
| HEX | #cf0ceb |
| RGB | rgb(207, 12, 235) |
| HSL | hsl(293, 90%, 48%) |
| CMYK | cmyk(12%, 95%, 0%, 8%) |
| LAB | lab(51.3 87.3 -64.6) |
| LCH | lch(51.3 108.6 323.5) |
| OKLCH | oklch(0.620 0.291 321.5) |
Copy-ready code
/* CSS */
color: #cf0ceb;
background-color: #cf0ceb;
/* Tailwind (arbitrary) */
class="text-[#cf0ceb] bg-[#cf0ceb]"
/* SCSS */
$brand: #cf0ceb;
/* SwiftUI */
Color(red: 0.812, green: 0.047, blue: 0.922)
/* Android */
Color.parseColor("#cf0ceb")Accessibility — WCAG contrast
Aa
#cf0ceb on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf0ceb on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green4.7%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta94.9%
Yellow0.0%
Key (black)7.8%
Color previews
#cf0ceb text on a black background
contrast 4.91:1
Card sample
#cf0ceb text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0ceb;
Background color
Panel with #cf0ceb background
background-color: #cf0ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 12, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 12, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0ceb; background: linear-gradient(135deg, #cf0ceb, #EB0C72);