#ce147f
a dark, electric magenta / pink · warm · closest name: purple
RGB
206, 20, 127
HSL
326°, 82%, 44%
CMYK
0, 90, 38, 19
Luminance
0.1515
Every format
| HEX | #ce147f |
| RGB | rgb(206, 20, 127) |
| HSL | hsl(326, 82%, 44%) |
| CMYK | cmyk(0%, 90%, 38%, 19%) |
| LAB | lab(45.9 72.1 -9.7) |
| LCH | lch(45.9 72.7 352.3) |
| OKLCH | oklch(0.563 0.224 353.6) |
Copy-ready code
/* CSS */
color: #ce147f;
background-color: #ce147f;
/* Tailwind (arbitrary) */
class="text-[#ce147f] bg-[#ce147f]"
/* SCSS */
$brand: #ce147f;
/* SwiftUI */
Color(red: 0.808, green: 0.078, blue: 0.498)
/* Android */
Color.parseColor("#ce147f")Accessibility — WCAG contrast
Aa
#ce147f on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce147f on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green7.8%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta90.3%
Yellow38.3%
Key (black)19.2%
Color previews
#ce147f text on a black background
contrast 4.03:1
Card sample
#ce147f text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce147f;
Background color
Panel with #ce147f background
background-color: #ce147f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce147f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 20, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 20, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce147f; background: linear-gradient(135deg, #ce147f, #CE2514);