#cb86fc
a light, electric violet · warm · closest name: violet
RGB
203, 134, 252
HSL
275°, 95%, 76%
CMYK
19, 47, 0, 1
Luminance
0.3677
Every format
| HEX | #cb86fc |
| RGB | rgb(203, 134, 252) |
| HSL | hsl(275, 95%, 76%) |
| CMYK | cmyk(19%, 47%, 0%, 1%) |
| LAB | lab(67.1 47.3 -48.8) |
| LCH | lch(67.1 68.0 314.1) |
| OKLCH | oklch(0.736 0.177 309.7) |
Copy-ready code
/* CSS */
color: #cb86fc;
background-color: #cb86fc;
/* Tailwind (arbitrary) */
class="text-[#cb86fc] bg-[#cb86fc]"
/* SCSS */
$brand: #cb86fc;
/* SwiftUI */
Color(red: 0.796, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#cb86fc")Accessibility — WCAG contrast
Aa
#cb86fc on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb86fc on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green52.5%
Blue98.8%
CMYK percentages
Cyan19.4%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#cb86fc text on a black background
contrast 8.35:1
Card sample
#cb86fc text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb86fc;
Background color
Panel with #cb86fc background
background-color: #cb86fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb86fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb86fc; background: linear-gradient(135deg, #cb86fc, #FC86DE);