#cf96dc
a light, vivid violet · warm · closest name: plum
RGB
207, 150, 220
HSL
289°, 50%, 73%
CMYK
6, 32, 0, 14
Luminance
0.4025
Every format
| HEX | #cf96dc |
| RGB | rgb(207, 150, 220) |
| HSL | hsl(289, 50%, 73%) |
| CMYK | cmyk(6%, 32%, 0%, 14%) |
| LAB | lab(69.6 33.3 -27.3) |
| LCH | lch(69.6 43.0 320.7) |
| OKLCH | oklch(0.751 0.116 320.0) |
Copy-ready code
/* CSS */
color: #cf96dc;
background-color: #cf96dc;
/* Tailwind (arbitrary) */
class="text-[#cf96dc] bg-[#cf96dc]"
/* SCSS */
$brand: #cf96dc;
/* SwiftUI */
Color(red: 0.812, green: 0.588, blue: 0.863)
/* Android */
Color.parseColor("#cf96dc")Accessibility — WCAG contrast
Aa
#cf96dc on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf96dc on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.8%
Blue86.3%
CMYK percentages
Cyan5.9%
Magenta31.8%
Yellow0.0%
Key (black)13.7%
Color previews
#cf96dc text on a black background
contrast 9.05:1
Card sample
#cf96dc text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf96dc;
Background color
Panel with #cf96dc background
background-color: #cf96dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf96dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 150, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 150, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf96dc; background: linear-gradient(135deg, #cf96dc, #DC96BA);