#ce57ab
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 87, 171
HSL
318°, 55%, 58%
CMYK
0, 58, 17, 19
Luminance
0.2288
Every format
| HEX | #ce57ab |
| RGB | rgb(206, 87, 171) |
| HSL | hsl(318, 55%, 58%) |
| CMYK | cmyk(0%, 58%, 17%, 19%) |
| LAB | lab(55.0 56.7 -22.1) |
| LCH | lch(55.0 60.8 338.7) |
| OKLCH | oklch(0.635 0.178 340.5) |
Copy-ready code
/* CSS */
color: #ce57ab;
background-color: #ce57ab;
/* Tailwind (arbitrary) */
class="text-[#ce57ab] bg-[#ce57ab]"
/* SCSS */
$brand: #ce57ab;
/* SwiftUI */
Color(red: 0.808, green: 0.341, blue: 0.671)
/* Android */
Color.parseColor("#ce57ab")Accessibility — WCAG contrast
Aa
#ce57ab on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce57ab on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green34.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta57.8%
Yellow17.0%
Key (black)19.2%
Color previews
#ce57ab text on a black background
contrast 5.58:1
Card sample
#ce57ab text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce57ab;
Background color
Panel with #ce57ab background
background-color: #ce57ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce57ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 87, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 87, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce57ab; background: linear-gradient(135deg, #ce57ab, #CE575C);