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