#cf95eb
a light, vivid violet · warm · closest name: plum
RGB
207, 149, 235
HSL
281°, 68%, 75%
CMYK
12, 37, 0, 8
Luminance
0.4076
Every format
| HEX | #cf95eb |
| RGB | rgb(207, 149, 235) |
| HSL | hsl(281, 68%, 75%) |
| CMYK | cmyk(12%, 37%, 0%, 8%) |
| LAB | lab(70.0 36.8 -35.0) |
| LCH | lch(70.0 50.8 316.5) |
| OKLCH | oklch(0.756 0.134 314.3) |
Copy-ready code
/* CSS */
color: #cf95eb;
background-color: #cf95eb;
/* Tailwind (arbitrary) */
class="text-[#cf95eb] bg-[#cf95eb]"
/* SCSS */
$brand: #cf95eb;
/* SwiftUI */
Color(red: 0.812, green: 0.584, blue: 0.922)
/* Android */
Color.parseColor("#cf95eb")Accessibility — WCAG contrast
Aa
#cf95eb on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf95eb on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.4%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta36.6%
Yellow0.0%
Key (black)7.8%
Color previews
#cf95eb text on a black background
contrast 9.15:1
Card sample
#cf95eb text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf95eb;
Background color
Panel with #cf95eb background
background-color: #cf95eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf95eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 149, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 149, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf95eb; background: linear-gradient(135deg, #cf95eb, #EB95CE);