#cf9fd3
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 159, 211
HSL
295°, 37%, 73%
CMYK
2, 25, 0, 17
Luminance
0.4276
Every format
| HEX | #cf9fd3 |
| RGB | rgb(207, 159, 211) |
| HSL | hsl(295, 37%, 73%) |
| CMYK | cmyk(2%, 25%, 0%, 17%) |
| LAB | lab(71.4 26.6 -19.6) |
| LCH | lch(71.4 33.1 323.6) |
| OKLCH | oklch(0.764 0.090 323.9) |
Copy-ready code
/* CSS */
color: #cf9fd3;
background-color: #cf9fd3;
/* Tailwind (arbitrary) */
class="text-[#cf9fd3] bg-[#cf9fd3]"
/* SCSS */
$brand: #cf9fd3;
/* SwiftUI */
Color(red: 0.812, green: 0.624, blue: 0.827)
/* Android */
Color.parseColor("#cf9fd3")Accessibility — WCAG contrast
Aa
#cf9fd3 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9fd3 on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.4%
Blue82.7%
CMYK percentages
Cyan1.9%
Magenta24.6%
Yellow0.0%
Key (black)17.3%
Color previews
#cf9fd3 text on a black background
contrast 9.55:1
Card sample
#cf9fd3 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9fd3;
Background color
Panel with #cf9fd3 background
background-color: #cf9fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 159, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 159, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9fd3; background: linear-gradient(135deg, #cf9fd3, #D39FB4);