#ce4f9c
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 79, 156
HSL
324°, 56%, 56%
CMYK
0, 62, 24, 19
Luminance
0.2111
Every format
| HEX | #ce4f9c |
| RGB | rgb(206, 79, 156) |
| HSL | hsl(324, 56%, 56%) |
| CMYK | cmyk(0%, 62%, 24%, 19%) |
| LAB | lab(53.1 58.1 -16.2) |
| LCH | lch(53.1 60.3 344.4) |
| OKLCH | oklch(0.619 0.180 346.2) |
Copy-ready code
/* CSS */
color: #ce4f9c;
background-color: #ce4f9c;
/* Tailwind (arbitrary) */
class="text-[#ce4f9c] bg-[#ce4f9c]"
/* SCSS */
$brand: #ce4f9c;
/* SwiftUI */
Color(red: 0.808, green: 0.310, blue: 0.612)
/* Android */
Color.parseColor("#ce4f9c")Accessibility — WCAG contrast
Aa
#ce4f9c on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce4f9c on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green31.0%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow24.3%
Key (black)19.2%
Color previews
#ce4f9c text on a black background
contrast 5.22:1
Card sample
#ce4f9c text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce4f9c;
Background color
Panel with #ce4f9c background
background-color: #ce4f9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce4f9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 79, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 79, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce4f9c; background: linear-gradient(135deg, #ce4f9c, #CE574F);