#ce5ba3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 91, 163
HSL
322°, 54%, 58%
CMYK
0, 56, 21, 19
Luminance
0.2325
Every format
| HEX | #ce5ba3 |
| RGB | rgb(206, 91, 163) |
| HSL | hsl(322, 54%, 58%) |
| CMYK | cmyk(0%, 56%, 21%, 19%) |
| LAB | lab(55.3 53.7 -16.9) |
| LCH | lch(55.3 56.3 342.5) |
| OKLCH | oklch(0.637 0.167 344.4) |
Copy-ready code
/* CSS */
color: #ce5ba3;
background-color: #ce5ba3;
/* Tailwind (arbitrary) */
class="text-[#ce5ba3] bg-[#ce5ba3]"
/* SCSS */
$brand: #ce5ba3;
/* SwiftUI */
Color(red: 0.808, green: 0.357, blue: 0.639)
/* Android */
Color.parseColor("#ce5ba3")Accessibility — WCAG contrast
Aa
#ce5ba3 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5ba3 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green35.7%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta55.8%
Yellow20.9%
Key (black)19.2%
Color previews
#ce5ba3 text on a black background
contrast 5.65:1
Card sample
#ce5ba3 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5ba3;
Background color
Panel with #ce5ba3 background
background-color: #ce5ba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5ba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 91, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 91, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5ba3; background: linear-gradient(135deg, #ce5ba3, #CE5F5B);