#cf9ccb
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 156, 203
HSL
305°, 35%, 71%
CMYK
0, 25, 2, 19
Luminance
0.4135
Every format
| HEX | #cf9ccb |
| RGB | rgb(207, 156, 203) |
| HSL | hsl(305, 35%, 71%) |
| CMYK | cmyk(0%, 25%, 2%, 19%) |
| LAB | lab(70.4 26.8 -16.7) |
| LCH | lch(70.4 31.5 328.0) |
| OKLCH | oklch(0.755 0.087 329.0) |
Copy-ready code
/* CSS */
color: #cf9ccb;
background-color: #cf9ccb;
/* Tailwind (arbitrary) */
class="text-[#cf9ccb] bg-[#cf9ccb]"
/* SCSS */
$brand: #cf9ccb;
/* SwiftUI */
Color(red: 0.812, green: 0.612, blue: 0.796)
/* Android */
Color.parseColor("#cf9ccb")Accessibility — WCAG contrast
Aa
#cf9ccb on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9ccb on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green61.2%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta24.6%
Yellow1.9%
Key (black)18.8%
Color previews
#cf9ccb text on a black background
contrast 9.27:1
Card sample
#cf9ccb text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9ccb;
Background color
Panel with #cf9ccb background
background-color: #cf9ccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9ccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 156, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 156, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9ccb; background: linear-gradient(135deg, #cf9ccb, #CF9CA9);