#ce3ab2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 58, 178
HSL
311°, 60%, 52%
CMYK
0, 72, 14, 19
Luminance
0.1936
Every format
| HEX | #ce3ab2 |
| RGB | rgb(206, 58, 178) |
| HSL | hsl(311, 60%, 52%) |
| CMYK | cmyk(0%, 72%, 14%, 19%) |
| LAB | lab(51.1 69.1 -32.2) |
| LCH | lch(51.1 76.2 335.0) |
| OKLCH | oklch(0.608 0.221 336.7) |
Copy-ready code
/* CSS */
color: #ce3ab2;
background-color: #ce3ab2;
/* Tailwind (arbitrary) */
class="text-[#ce3ab2] bg-[#ce3ab2]"
/* SCSS */
$brand: #ce3ab2;
/* SwiftUI */
Color(red: 0.808, green: 0.227, blue: 0.698)
/* Android */
Color.parseColor("#ce3ab2")Accessibility — WCAG contrast
Aa
#ce3ab2 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3ab2 on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green22.7%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta71.8%
Yellow13.6%
Key (black)19.2%
Color previews
#ce3ab2 text on a black background
contrast 4.87:1
Card sample
#ce3ab2 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3ab2;
Background color
Panel with #ce3ab2 background
background-color: #ce3ab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3ab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 58, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 58, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3ab2; background: linear-gradient(135deg, #ce3ab2, #CE3A4F);