#cf97d3
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 151, 211
HSL
296°, 41%, 71%
CMYK
2, 28, 0, 17
Luminance
0.4010
Every format
| HEX | #cf97d3 |
| RGB | rgb(207, 151, 211) |
| HSL | hsl(296, 41%, 71%) |
| CMYK | cmyk(2%, 28%, 0%, 17%) |
| LAB | lab(69.5 31.0 -22.4) |
| LCH | lch(69.5 38.3 324.1) |
| OKLCH | oklch(0.750 0.104 324.3) |
Copy-ready code
/* CSS */
color: #cf97d3;
background-color: #cf97d3;
/* Tailwind (arbitrary) */
class="text-[#cf97d3] bg-[#cf97d3]"
/* SCSS */
$brand: #cf97d3;
/* SwiftUI */
Color(red: 0.812, green: 0.592, blue: 0.827)
/* Android */
Color.parseColor("#cf97d3")Accessibility — WCAG contrast
Aa
#cf97d3 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf97d3 on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green59.2%
Blue82.7%
CMYK percentages
Cyan1.9%
Magenta28.4%
Yellow0.0%
Key (black)17.3%
Color previews
#cf97d3 text on a black background
contrast 9.02:1
Card sample
#cf97d3 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf97d3;
Background color
Panel with #cf97d3 background
background-color: #cf97d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf97d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 151, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 151, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf97d3; background: linear-gradient(135deg, #cf97d3, #D397AF);