#ce5bab
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 91, 171
HSL
318°, 54%, 58%
CMYK
0, 56, 17, 19
Luminance
0.2354
Every format
| HEX | #ce5bab |
| RGB | rgb(206, 91, 171) |
| HSL | hsl(318, 54%, 58%) |
| CMYK | cmyk(0%, 56%, 17%, 19%) |
| LAB | lab(55.6 54.8 -21.1) |
| LCH | lch(55.6 58.8 339.0) |
| OKLCH | oklch(0.640 0.172 340.8) |
Copy-ready code
/* CSS */
color: #ce5bab;
background-color: #ce5bab;
/* Tailwind (arbitrary) */
class="text-[#ce5bab] bg-[#ce5bab]"
/* SCSS */
$brand: #ce5bab;
/* SwiftUI */
Color(red: 0.808, green: 0.357, blue: 0.671)
/* Android */
Color.parseColor("#ce5bab")Accessibility — WCAG contrast
Aa
#ce5bab on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5bab on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green35.7%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta55.8%
Yellow17.0%
Key (black)19.2%
Color previews
#ce5bab text on a black background
contrast 5.71:1
Card sample
#ce5bab text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5bab;
Background color
Panel with #ce5bab background
background-color: #ce5bab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5bab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 91, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 91, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5bab; background: linear-gradient(135deg, #ce5bab, #CE5B5E);