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