#cf86fd
a light, electric violet · warm · closest name: violet
RGB
207, 134, 253
HSL
277°, 97%, 76%
CMYK
18, 47, 0, 1
Luminance
0.3741
Every format
| HEX | #cf86fd |
| RGB | rgb(207, 134, 253) |
| HSL | hsl(277, 97%, 76%) |
| CMYK | cmyk(18%, 47%, 0%, 1%) |
| LAB | lab(67.6 48.6 -48.6) |
| LCH | lch(67.6 68.7 315.0) |
| OKLCH | oklch(0.741 0.179 311.0) |
Copy-ready code
/* CSS */
color: #cf86fd;
background-color: #cf86fd;
/* Tailwind (arbitrary) */
class="text-[#cf86fd] bg-[#cf86fd]"
/* SCSS */
$brand: #cf86fd;
/* SwiftUI */
Color(red: 0.812, green: 0.525, blue: 0.992)
/* Android */
Color.parseColor("#cf86fd")Accessibility — WCAG contrast
Aa
#cf86fd on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf86fd on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.5%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta47.0%
Yellow0.0%
Key (black)0.8%
Color previews
#cf86fd text on a black background
contrast 8.48:1
Card sample
#cf86fd text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf86fd;
Background color
Panel with #cf86fd background
background-color: #cf86fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf86fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 134, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 134, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf86fd; background: linear-gradient(135deg, #cf86fd, #FD86DC);