#ce2ace
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
206, 42, 206
HSL
300°, 66%, 49%
CMYK
0, 80, 0, 19
Luminance
0.1923
Every format
| HEX | #ce2ace |
| RGB | rgb(206, 42, 206) |
| HSL | hsl(300, 66%, 49%) |
| CMYK | cmyk(0%, 80%, 0%, 19%) |
| LAB | lab(51.0 77.8 -48.6) |
| LCH | lch(51.0 91.8 328.0) |
| OKLCH | oklch(0.611 0.256 328.2) |
Copy-ready code
/* CSS */
color: #ce2ace;
background-color: #ce2ace;
/* Tailwind (arbitrary) */
class="text-[#ce2ace] bg-[#ce2ace]"
/* SCSS */
$brand: #ce2ace;
/* SwiftUI */
Color(red: 0.808, green: 0.165, blue: 0.808)
/* Android */
Color.parseColor("#ce2ace")Accessibility — WCAG contrast
Aa
#ce2ace on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce2ace on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green16.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta79.6%
Yellow0.0%
Key (black)19.2%
Color previews
#ce2ace text on a black background
contrast 4.85:1
Card sample
#ce2ace text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2ace;
Background color
Panel with #ce2ace background
background-color: #ce2ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 42, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 42, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2ace; background: linear-gradient(135deg, #ce2ace, #CE2A61);