#cf8dfe
a light, electric violet · warm · closest name: violet
RGB
207, 141, 254
HSL
275°, 98%, 78%
CMYK
19, 45, 0, 0
Luminance
0.3947
Every format
| HEX | #cf8dfe |
| RGB | rgb(207, 141, 254) |
| HSL | hsl(275, 98%, 78%) |
| CMYK | cmyk(19%, 45%, 0%, 0%) |
| LAB | lab(69.1 45.1 -46.8) |
| LCH | lch(69.1 65.0 314.0) |
| OKLCH | oklch(0.752 0.169 309.8) |
Copy-ready code
/* CSS */
color: #cf8dfe;
background-color: #cf8dfe;
/* Tailwind (arbitrary) */
class="text-[#cf8dfe] bg-[#cf8dfe]"
/* SCSS */
$brand: #cf8dfe;
/* SwiftUI */
Color(red: 0.812, green: 0.553, blue: 0.996)
/* Android */
Color.parseColor("#cf8dfe")Accessibility — WCAG contrast
Aa
#cf8dfe on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8dfe on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green55.3%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta44.5%
Yellow0.0%
Key (black)0.4%
Color previews
#cf8dfe text on a black background
contrast 8.89:1
Card sample
#cf8dfe text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8dfe;
Background color
Panel with #cf8dfe background
background-color: #cf8dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 141, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 141, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8dfe; background: linear-gradient(135deg, #cf8dfe, #FE8DE2);