#cf8cfd
a light, electric violet · warm · closest name: violet
RGB
207, 140, 253
HSL
276°, 97%, 77%
CMYK
18, 45, 0, 1
Luminance
0.3911
Every format
| HEX | #cf8cfd |
| RGB | rgb(207, 140, 253) |
| HSL | hsl(276, 97%, 77%) |
| CMYK | cmyk(18%, 45%, 0%, 1%) |
| LAB | lab(68.8 45.5 -46.6) |
| LCH | lch(68.8 65.1 314.3) |
| OKLCH | oklch(0.750 0.170 310.2) |
Copy-ready code
/* CSS */
color: #cf8cfd;
background-color: #cf8cfd;
/* Tailwind (arbitrary) */
class="text-[#cf8cfd] bg-[#cf8cfd]"
/* SCSS */
$brand: #cf8cfd;
/* SwiftUI */
Color(red: 0.812, green: 0.549, blue: 0.992)
/* Android */
Color.parseColor("#cf8cfd")Accessibility — WCAG contrast
Aa
#cf8cfd on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8cfd on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.9%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta44.7%
Yellow0.0%
Key (black)0.8%
Color previews
#cf8cfd text on a black background
contrast 8.82:1
Card sample
#cf8cfd text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8cfd;
Background color
Panel with #cf8cfd background
background-color: #cf8cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 140, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 140, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8cfd; background: linear-gradient(135deg, #cf8cfd, #FD8CE0);