#ce0bab
a dark, electric magenta / pink · warm · closest name: purple
RGB
206, 11, 171
HSL
311°, 90%, 43%
CMYK
0, 95, 17, 19
Luminance
0.1630
Every format
| HEX | #ce0bab |
| RGB | rgb(206, 11, 171) |
| HSL | hsl(311, 90%, 43%) |
| CMYK | cmyk(0%, 95%, 17%, 19%) |
| LAB | lab(47.4 78.0 -33.9) |
| LCH | lch(47.4 85.0 336.5) |
| OKLCH | oklch(0.580 0.250 338.3) |
Copy-ready code
/* CSS */
color: #ce0bab;
background-color: #ce0bab;
/* Tailwind (arbitrary) */
class="text-[#ce0bab] bg-[#ce0bab]"
/* SCSS */
$brand: #ce0bab;
/* SwiftUI */
Color(red: 0.808, green: 0.043, blue: 0.671)
/* Android */
Color.parseColor("#ce0bab")Accessibility — WCAG contrast
Aa
#ce0bab on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce0bab on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green4.3%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta94.7%
Yellow17.0%
Key (black)19.2%
Color previews
#ce0bab text on a black background
contrast 4.26:1
Card sample
#ce0bab text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0bab;
Background color
Panel with #ce0bab background
background-color: #ce0bab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0bab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 11, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 11, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0bab; background: linear-gradient(135deg, #ce0bab, #CE0B29);