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