#ce3b8c
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 59, 140
HSL
327°, 60%, 52%
CMYK
0, 71, 32, 19
Luminance
0.1814
Every format
| HEX | #ce3b8c |
| RGB | rgb(206, 59, 140) |
| HSL | hsl(327, 60%, 52%) |
| CMYK | cmyk(0%, 71%, 32%, 19%) |
| LAB | lab(49.7 63.9 -11.8) |
| LCH | lch(49.7 65.0 349.5) |
| OKLCH | oklch(0.592 0.198 351.0) |
Copy-ready code
/* CSS */
color: #ce3b8c;
background-color: #ce3b8c;
/* Tailwind (arbitrary) */
class="text-[#ce3b8c] bg-[#ce3b8c]"
/* SCSS */
$brand: #ce3b8c;
/* SwiftUI */
Color(red: 0.808, green: 0.231, blue: 0.549)
/* Android */
Color.parseColor("#ce3b8c")Accessibility — WCAG contrast
Aa
#ce3b8c on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce3b8c on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green23.1%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow32.0%
Key (black)19.2%
Color previews
#ce3b8c text on a black background
contrast 4.63:1
Card sample
#ce3b8c text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3b8c;
Background color
Panel with #ce3b8c background
background-color: #ce3b8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3b8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 59, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 59, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3b8c; background: linear-gradient(135deg, #ce3b8c, #CE4C3B);