#ce1abc
a balanced, electric magenta / pink · warm · closest name: purple
RGB
206, 26, 188
HSL
306°, 78%, 46%
CMYK
0, 87, 9, 19
Luminance
0.1749
Every format
| HEX | #ce1abc |
| RGB | rgb(206, 26, 188) |
| HSL | hsl(306, 78%, 46%) |
| CMYK | cmyk(0%, 87%, 9%, 19%) |
| LAB | lab(48.9 78.4 -41.5) |
| LCH | lch(48.9 88.7 332.1) |
| OKLCH | oklch(0.593 0.254 333.3) |
Copy-ready code
/* CSS */
color: #ce1abc;
background-color: #ce1abc;
/* Tailwind (arbitrary) */
class="text-[#ce1abc] bg-[#ce1abc]"
/* SCSS */
$brand: #ce1abc;
/* SwiftUI */
Color(red: 0.808, green: 0.102, blue: 0.737)
/* Android */
Color.parseColor("#ce1abc")Accessibility — WCAG contrast
Aa
#ce1abc on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce1abc on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green10.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow8.7%
Key (black)19.2%
Color previews
#ce1abc text on a black background
contrast 4.50:1
Card sample
#ce1abc text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce1abc;
Background color
Panel with #ce1abc background
background-color: #ce1abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce1abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 26, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 26, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce1abc; background: linear-gradient(135deg, #ce1abc, #CE1A44);