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