#cf8bfe
a light, electric violet · warm · closest name: violet
RGB
207, 139, 254
HSL
276°, 98%, 77%
CMYK
19, 45, 0, 0
Luminance
0.3889
Every format
| HEX | #cf8bfe |
| RGB | rgb(207, 139, 254) |
| HSL | hsl(276, 98%, 77%) |
| CMYK | cmyk(19%, 45%, 0%, 0%) |
| LAB | lab(68.7 46.2 -47.4) |
| LCH | lch(68.7 66.2 314.2) |
| OKLCH | oklch(0.749 0.173 310.1) |
Copy-ready code
/* CSS */
color: #cf8bfe;
background-color: #cf8bfe;
/* Tailwind (arbitrary) */
class="text-[#cf8bfe] bg-[#cf8bfe]"
/* SCSS */
$brand: #cf8bfe;
/* SwiftUI */
Color(red: 0.812, green: 0.545, blue: 0.996)
/* Android */
Color.parseColor("#cf8bfe")Accessibility — WCAG contrast
Aa
#cf8bfe on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8bfe on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.5%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta45.3%
Yellow0.0%
Key (black)0.4%
Color previews
#cf8bfe text on a black background
contrast 8.78:1
Card sample
#cf8bfe text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8bfe;
Background color
Panel with #cf8bfe background
background-color: #cf8bfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8bfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 139, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 139, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8bfe; background: linear-gradient(135deg, #cf8bfe, #FE8BE0);