#ce0ba4
a dark, electric magenta / pink · warm · closest name: purple
RGB
206, 11, 164
HSL
313°, 90%, 43%
CMYK
0, 95, 20, 19
Luminance
0.1604
Every format
| HEX | #ce0ba4 |
| RGB | rgb(206, 11, 164) |
| HSL | hsl(313, 90%, 43%) |
| CMYK | cmyk(0%, 95%, 20%, 19%) |
| LAB | lab(47.0 77.1 -30.3) |
| LCH | lch(47.0 82.9 338.6) |
| OKLCH | oklch(0.576 0.246 340.5) |
Copy-ready code
/* CSS */
color: #ce0ba4;
background-color: #ce0ba4;
/* Tailwind (arbitrary) */
class="text-[#ce0ba4] bg-[#ce0ba4]"
/* SCSS */
$brand: #ce0ba4;
/* SwiftUI */
Color(red: 0.808, green: 0.043, blue: 0.643)
/* Android */
Color.parseColor("#ce0ba4")Accessibility — WCAG contrast
Aa
#ce0ba4 on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce0ba4 on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green4.3%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta94.7%
Yellow20.4%
Key (black)19.2%
Color previews
#ce0ba4 text on a black background
contrast 4.21:1
Card sample
#ce0ba4 text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0ba4;
Background color
Panel with #ce0ba4 background
background-color: #ce0ba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0ba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 11, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 11, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0ba4; background: linear-gradient(135deg, #ce0ba4, #CE0B22);