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