#ce7dbf
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
206, 125, 191
HSL
311°, 45%, 65%
CMYK
0, 39, 7, 19
Luminance
0.3155
Every format
| HEX | #ce7dbf |
| RGB | rgb(206, 125, 191) |
| HSL | hsl(311, 45%, 65%) |
| CMYK | cmyk(0%, 39%, 7%, 19%) |
| LAB | lab(63.0 41.0 -21.3) |
| LCH | lch(63.0 46.2 332.5) |
| OKLCH | oklch(0.697 0.131 333.9) |
Copy-ready code
/* CSS */
color: #ce7dbf;
background-color: #ce7dbf;
/* Tailwind (arbitrary) */
class="text-[#ce7dbf] bg-[#ce7dbf]"
/* SCSS */
$brand: #ce7dbf;
/* SwiftUI */
Color(red: 0.808, green: 0.490, blue: 0.749)
/* Android */
Color.parseColor("#ce7dbf")Accessibility — WCAG contrast
Aa
#ce7dbf on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce7dbf on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green49.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta39.3%
Yellow7.3%
Key (black)19.2%
Color previews
#ce7dbf text on a black background
contrast 7.31:1
Card sample
#ce7dbf text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7dbf;
Background color
Panel with #ce7dbf background
background-color: #ce7dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 125, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 125, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7dbf; background: linear-gradient(135deg, #ce7dbf, #CE7D89);