#ce4ab2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 74, 178
HSL
313°, 57%, 55%
CMYK
0, 64, 14, 19
Luminance
0.2123
Every format
| HEX | #ce4ab2 |
| RGB | rgb(206, 74, 178) |
| HSL | hsl(313, 57%, 55%) |
| CMYK | cmyk(0%, 64%, 14%, 19%) |
| LAB | lab(53.2 63.3 -28.9) |
| LCH | lch(53.2 69.5 335.5) |
| OKLCH | oklch(0.623 0.202 337.1) |
Copy-ready code
/* CSS */
color: #ce4ab2;
background-color: #ce4ab2;
/* Tailwind (arbitrary) */
class="text-[#ce4ab2] bg-[#ce4ab2]"
/* SCSS */
$brand: #ce4ab2;
/* SwiftUI */
Color(red: 0.808, green: 0.290, blue: 0.698)
/* Android */
Color.parseColor("#ce4ab2")Accessibility — WCAG contrast
Aa
#ce4ab2 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce4ab2 on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green29.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta64.1%
Yellow13.6%
Key (black)19.2%
Color previews
#ce4ab2 text on a black background
contrast 5.25:1
Card sample
#ce4ab2 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce4ab2;
Background color
Panel with #ce4ab2 background
background-color: #ce4ab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce4ab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 74, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 74, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce4ab2; background: linear-gradient(135deg, #ce4ab2, #CE4A5A);