#cf97df
a light, vivid violet · warm · closest name: plum
RGB
207, 151, 223
HSL
287°, 53%, 73%
CMYK
7, 32, 0, 13
Luminance
0.4073
Every format
| HEX | #cf97df |
| RGB | rgb(207, 151, 223) |
| HSL | hsl(287, 53%, 73%) |
| CMYK | cmyk(7%, 32%, 0%, 13%) |
| LAB | lab(70.0 33.3 -28.4) |
| LCH | lch(70.0 43.8 319.6) |
| OKLCH | oklch(0.754 0.117 318.6) |
Copy-ready code
/* CSS */
color: #cf97df;
background-color: #cf97df;
/* Tailwind (arbitrary) */
class="text-[#cf97df] bg-[#cf97df]"
/* SCSS */
$brand: #cf97df;
/* SwiftUI */
Color(red: 0.812, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#cf97df")Accessibility — WCAG contrast
Aa
#cf97df on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf97df on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green59.2%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta32.3%
Yellow0.0%
Key (black)12.5%
Color previews
#cf97df text on a black background
contrast 9.15:1
Card sample
#cf97df text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf97df;
Background color
Panel with #cf97df background
background-color: #cf97df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf97df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf97df; background: linear-gradient(135deg, #cf97df, #DF97BF);