#cf97cd
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 151, 205
HSL
302°, 37%, 70%
CMYK
0, 27, 1, 19
Luminance
0.3981
Every format
| HEX | #cf97cd |
| RGB | rgb(207, 151, 205) |
| HSL | hsl(302, 37%, 70%) |
| CMYK | cmyk(0%, 27%, 1%, 19%) |
| LAB | lab(69.3 29.9 -19.4) |
| LCH | lch(69.3 35.6 326.9) |
| OKLCH | oklch(0.747 0.098 327.7) |
Copy-ready code
/* CSS */
color: #cf97cd;
background-color: #cf97cd;
/* Tailwind (arbitrary) */
class="text-[#cf97cd] bg-[#cf97cd]"
/* SCSS */
$brand: #cf97cd;
/* SwiftUI */
Color(red: 0.812, green: 0.592, blue: 0.804)
/* Android */
Color.parseColor("#cf97cd")Accessibility — WCAG contrast
Aa
#cf97cd on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf97cd on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green59.2%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow1.0%
Key (black)18.8%
Color previews
#cf97cd text on a black background
contrast 8.96:1
Card sample
#cf97cd text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf97cd;
Background color
Panel with #cf97cd background
background-color: #cf97cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf97cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 151, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 151, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf97cd; background: linear-gradient(135deg, #cf97cd, #CF97A8);