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