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