#cf8cef
a light, electric violet · warm · closest name: violet
RGB
207, 140, 239
HSL
281°, 76%, 74%
CMYK
13, 41, 0, 6
Luminance
0.3825
Every format
| HEX | #cf8cef |
| RGB | rgb(207, 140, 239) |
| HSL | hsl(281, 76%, 74%) |
| CMYK | cmyk(13%, 41%, 0%, 6%) |
| LAB | lab(68.2 42.5 -39.9) |
| LCH | lch(68.2 58.3 316.8) |
| OKLCH | oklch(0.743 0.154 314.2) |
Copy-ready code
/* CSS */
color: #cf8cef;
background-color: #cf8cef;
/* Tailwind (arbitrary) */
class="text-[#cf8cef] bg-[#cf8cef]"
/* SCSS */
$brand: #cf8cef;
/* SwiftUI */
Color(red: 0.812, green: 0.549, blue: 0.937)
/* Android */
Color.parseColor("#cf8cef")Accessibility — WCAG contrast
Aa
#cf8cef on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8cef on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.9%
Blue93.7%
CMYK percentages
Cyan13.4%
Magenta41.4%
Yellow0.0%
Key (black)6.3%
Color previews
#cf8cef text on a black background
contrast 8.65:1
Card sample
#cf8cef text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8cef;
Background color
Panel with #cf8cef background
background-color: #cf8cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 140, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 140, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8cef; background: linear-gradient(135deg, #cf8cef, #EF8CCD);