#ce7dba
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
206, 125, 186
HSL
315°, 45%, 65%
CMYK
0, 39, 10, 19
Luminance
0.3133
Every format
| HEX | #ce7dba |
| RGB | rgb(206, 125, 186) |
| HSL | hsl(315, 45%, 65%) |
| CMYK | cmyk(0%, 39%, 10%, 19%) |
| LAB | lab(62.8 40.2 -18.8) |
| LCH | lch(62.8 44.3 335.0) |
| OKLCH | oklch(0.695 0.127 336.6) |
Copy-ready code
/* CSS */
color: #ce7dba;
background-color: #ce7dba;
/* Tailwind (arbitrary) */
class="text-[#ce7dba] bg-[#ce7dba]"
/* SCSS */
$brand: #ce7dba;
/* SwiftUI */
Color(red: 0.808, green: 0.490, blue: 0.729)
/* Android */
Color.parseColor("#ce7dba")Accessibility — WCAG contrast
Aa
#ce7dba on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce7dba on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green49.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta39.3%
Yellow9.7%
Key (black)19.2%
Color previews
#ce7dba text on a black background
contrast 7.27:1
Card sample
#ce7dba text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7dba;
Background color
Panel with #ce7dba background
background-color: #ce7dba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7dba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 125, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 125, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7dba; background: linear-gradient(135deg, #ce7dba, #CE7D84);