#ce3c89
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 60, 137
HSL
328°, 60%, 52%
CMYK
0, 71, 34, 19
Luminance
0.1816
Every format
| HEX | #ce3c89 |
| RGB | rgb(206, 60, 137) |
| HSL | hsl(328, 60%, 52%) |
| CMYK | cmyk(0%, 71%, 34%, 19%) |
| LAB | lab(49.7 63.2 -10.0) |
| LCH | lch(49.7 64.0 351.0) |
| OKLCH | oklch(0.592 0.195 352.4) |
Copy-ready code
/* CSS */
color: #ce3c89;
background-color: #ce3c89;
/* Tailwind (arbitrary) */
class="text-[#ce3c89] bg-[#ce3c89]"
/* SCSS */
$brand: #ce3c89;
/* SwiftUI */
Color(red: 0.808, green: 0.235, blue: 0.537)
/* Android */
Color.parseColor("#ce3c89")Accessibility — WCAG contrast
Aa
#ce3c89 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce3c89 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green23.5%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow33.5%
Key (black)19.2%
Color previews
#ce3c89 text on a black background
contrast 4.63:1
Card sample
#ce3c89 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3c89;
Background color
Panel with #ce3c89 background
background-color: #ce3c89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3c89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 60, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 60, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3c89; background: linear-gradient(135deg, #ce3c89, #CE513C);