#ce7cb2
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
206, 124, 178
HSL
321°, 46%, 65%
CMYK
0, 40, 14, 19
Luminance
0.3075
Every format
| HEX | #ce7cb2 |
| RGB | rgb(206, 124, 178) |
| HSL | hsl(321, 46%, 65%) |
| CMYK | cmyk(0%, 40%, 14%, 19%) |
| LAB | lab(62.3 39.4 -15.0) |
| LCH | lch(62.3 42.1 339.2) |
| OKLCH | oklch(0.691 0.122 341.0) |
Copy-ready code
/* CSS */
color: #ce7cb2;
background-color: #ce7cb2;
/* Tailwind (arbitrary) */
class="text-[#ce7cb2] bg-[#ce7cb2]"
/* SCSS */
$brand: #ce7cb2;
/* SwiftUI */
Color(red: 0.808, green: 0.486, blue: 0.698)
/* Android */
Color.parseColor("#ce7cb2")Accessibility — WCAG contrast
Aa
#ce7cb2 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce7cb2 on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green48.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta39.8%
Yellow13.6%
Key (black)19.2%
Color previews
#ce7cb2 text on a black background
contrast 7.15:1
Card sample
#ce7cb2 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7cb2;
Background color
Panel with #ce7cb2 background
background-color: #ce7cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 124, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 124, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7cb2; background: linear-gradient(135deg, #ce7cb2, #CE7D7C);