#cf8bec
a light, vivid violet · warm · closest name: violet
RGB
207, 139, 236
HSL
282°, 72%, 74%
CMYK
12, 41, 0, 8
Luminance
0.3779
Every format
| HEX | #cf8bec |
| RGB | rgb(207, 139, 236) |
| HSL | hsl(282, 72%, 74%) |
| CMYK | cmyk(12%, 41%, 0%, 8%) |
| LAB | lab(67.9 42.4 -38.8) |
| LCH | lch(67.9 57.5 317.5) |
| OKLCH | oklch(0.740 0.152 315.3) |
Copy-ready code
/* CSS */
color: #cf8bec;
background-color: #cf8bec;
/* Tailwind (arbitrary) */
class="text-[#cf8bec] bg-[#cf8bec]"
/* SCSS */
$brand: #cf8bec;
/* SwiftUI */
Color(red: 0.812, green: 0.545, blue: 0.925)
/* Android */
Color.parseColor("#cf8bec")Accessibility — WCAG contrast
Aa
#cf8bec on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8bec on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.5%
Blue92.5%
CMYK percentages
Cyan12.3%
Magenta41.1%
Yellow0.0%
Key (black)7.5%
Color previews
#cf8bec text on a black background
contrast 8.56:1
Card sample
#cf8bec text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8bec;
Background color
Panel with #cf8bec background
background-color: #cf8bec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8bec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 139, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 139, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8bec; background: linear-gradient(135deg, #cf8bec, #EC8BC8);