#cf8dfd
a light, electric violet · warm · closest name: violet
RGB
207, 141, 253
HSL
275°, 97%, 77%
CMYK
18, 44, 0, 1
Luminance
0.3941
Every format
| HEX | #cf8dfd |
| RGB | rgb(207, 141, 253) |
| HSL | hsl(275, 97%, 77%) |
| CMYK | cmyk(18%, 44%, 0%, 1%) |
| LAB | lab(69.0 44.9 -46.3) |
| LCH | lch(69.0 64.5 314.1) |
| OKLCH | oklch(0.751 0.168 310.1) |
Copy-ready code
/* CSS */
color: #cf8dfd;
background-color: #cf8dfd;
/* Tailwind (arbitrary) */
class="text-[#cf8dfd] bg-[#cf8dfd]"
/* SCSS */
$brand: #cf8dfd;
/* SwiftUI */
Color(red: 0.812, green: 0.553, blue: 0.992)
/* Android */
Color.parseColor("#cf8dfd")Accessibility — WCAG contrast
Aa
#cf8dfd on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8dfd on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green55.3%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta44.3%
Yellow0.0%
Key (black)0.8%
Color previews
#cf8dfd text on a black background
contrast 8.88:1
Card sample
#cf8dfd text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8dfd;
Background color
Panel with #cf8dfd background
background-color: #cf8dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 141, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 141, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8dfd; background: linear-gradient(135deg, #cf8dfd, #FD8DE0);