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