#ce0ba0
a dark, electric magenta / pink · warm · closest name: purple
RGB
206, 11, 160
HSL
314°, 90%, 43%
CMYK
0, 95, 22, 19
Luminance
0.1590
Every format
| HEX | #ce0ba0 |
| RGB | rgb(206, 11, 160) |
| HSL | hsl(314, 90%, 43%) |
| CMYK | cmyk(0%, 95%, 22%, 19%) |
| LAB | lab(46.9 76.7 -28.2) |
| LCH | lch(46.9 81.7 339.8) |
| OKLCH | oklch(0.574 0.243 341.8) |
Copy-ready code
/* CSS */
color: #ce0ba0;
background-color: #ce0ba0;
/* Tailwind (arbitrary) */
class="text-[#ce0ba0] bg-[#ce0ba0]"
/* SCSS */
$brand: #ce0ba0;
/* SwiftUI */
Color(red: 0.808, green: 0.043, blue: 0.627)
/* Android */
Color.parseColor("#ce0ba0")Accessibility — WCAG contrast
Aa
#ce0ba0 on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce0ba0 on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green4.3%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta94.7%
Yellow22.3%
Key (black)19.2%
Color previews
#ce0ba0 text on a black background
contrast 4.18:1
Card sample
#ce0ba0 text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0ba0;
Background color
Panel with #ce0ba0 background
background-color: #ce0ba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0ba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 11, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 11, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0ba0; background: linear-gradient(135deg, #ce0ba0, #CE0B1E);