#cf8fea
a light, vivid violet · warm · closest name: violet
RGB
207, 143, 234
HSL
282°, 68%, 74%
CMYK
12, 39, 0, 8
Luminance
0.3885
Every format
| HEX | #cf8fea |
| RGB | rgb(207, 143, 234) |
| HSL | hsl(282, 68%, 74%) |
| CMYK | cmyk(12%, 39%, 0%, 8%) |
| LAB | lab(68.6 39.9 -36.5) |
| LCH | lch(68.6 54.1 317.5) |
| OKLCH | oklch(0.746 0.143 315.4) |
Copy-ready code
/* CSS */
color: #cf8fea;
background-color: #cf8fea;
/* Tailwind (arbitrary) */
class="text-[#cf8fea] bg-[#cf8fea]"
/* SCSS */
$brand: #cf8fea;
/* SwiftUI */
Color(red: 0.812, green: 0.561, blue: 0.918)
/* Android */
Color.parseColor("#cf8fea")Accessibility — WCAG contrast
Aa
#cf8fea on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8fea on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.1%
Blue91.8%
CMYK percentages
Cyan11.5%
Magenta38.9%
Yellow0.0%
Key (black)8.2%
Color previews
#cf8fea text on a black background
contrast 8.77:1
Card sample
#cf8fea text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8fea;
Background color
Panel with #cf8fea background
background-color: #cf8fea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8fea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 143, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 143, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8fea; background: linear-gradient(135deg, #cf8fea, #EA8FC8);