#cf86fc
a light, electric violet · warm · closest name: violet
RGB
207, 134, 252
HSL
277°, 95%, 76%
CMYK
18, 47, 0, 1
Luminance
0.3734
Every format
| HEX | #cf86fc |
| RGB | rgb(207, 134, 252) |
| HSL | hsl(277, 95%, 76%) |
| CMYK | cmyk(18%, 47%, 0%, 1%) |
| LAB | lab(67.5 48.4 -48.1) |
| LCH | lch(67.5 68.3 315.2) |
| OKLCH | oklch(0.740 0.178 311.3) |
Copy-ready code
/* CSS */
color: #cf86fc;
background-color: #cf86fc;
/* Tailwind (arbitrary) */
class="text-[#cf86fc] bg-[#cf86fc]"
/* SCSS */
$brand: #cf86fc;
/* SwiftUI */
Color(red: 0.812, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#cf86fc")Accessibility — WCAG contrast
Aa
#cf86fc on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf86fc on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.5%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#cf86fc text on a black background
contrast 8.47:1
Card sample
#cf86fc text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf86fc;
Background color
Panel with #cf86fc background
background-color: #cf86fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf86fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf86fc; background: linear-gradient(135deg, #cf86fc, #FC86DA);