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