#cf8ebc
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 142, 188
HSL
318°, 40%, 68%
CMYK
0, 31, 9, 19
Luminance
0.3624
Every format
| HEX | #cf8ebc |
| RGB | rgb(207, 142, 188) |
| HSL | hsl(318, 40%, 68%) |
| CMYK | cmyk(0%, 31%, 9%, 19%) |
| LAB | lab(66.7 31.7 -13.9) |
| LCH | lch(66.7 34.6 336.2) |
| OKLCH | oklch(0.725 0.099 337.9) |
Copy-ready code
/* CSS */
color: #cf8ebc;
background-color: #cf8ebc;
/* Tailwind (arbitrary) */
class="text-[#cf8ebc] bg-[#cf8ebc]"
/* SCSS */
$brand: #cf8ebc;
/* SwiftUI */
Color(red: 0.812, green: 0.557, blue: 0.737)
/* Android */
Color.parseColor("#cf8ebc")Accessibility — WCAG contrast
Aa
#cf8ebc on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8ebc on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green55.7%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow9.2%
Key (black)18.8%
Color previews
#cf8ebc text on a black background
contrast 8.25:1
Card sample
#cf8ebc text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8ebc;
Background color
Panel with #cf8ebc background
background-color: #cf8ebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8ebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 142, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 142, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8ebc; background: linear-gradient(135deg, #cf8ebc, #CF8E91);