#ca9bfd
a light, electric violet · warm · closest name: plum
RGB
202, 155, 253
HSL
269°, 96%, 80%
CMYK
20, 39, 0, 1
Luminance
0.4309
Every format
| HEX | #ca9bfd |
| RGB | rgb(202, 155, 253) |
| HSL | hsl(269, 96%, 80%) |
| CMYK | cmyk(20%, 39%, 0%, 1%) |
| LAB | lab(71.6 36.0 -42.3) |
| LCH | lch(71.6 55.5 310.4) |
| OKLCH | oklch(0.770 0.144 305.3) |
Copy-ready code
/* CSS */
color: #ca9bfd;
background-color: #ca9bfd;
/* Tailwind (arbitrary) */
class="text-[#ca9bfd] bg-[#ca9bfd]"
/* SCSS */
$brand: #ca9bfd;
/* SwiftUI */
Color(red: 0.792, green: 0.608, blue: 0.992)
/* Android */
Color.parseColor("#ca9bfd")Accessibility — WCAG contrast
Aa
#ca9bfd on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca9bfd on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green60.8%
Blue99.2%
CMYK percentages
Cyan20.2%
Magenta38.7%
Yellow0.0%
Key (black)0.8%
Color previews
#ca9bfd text on a black background
contrast 9.62:1
Card sample
#ca9bfd text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca9bfd;
Background color
Panel with #ca9bfd background
background-color: #ca9bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca9bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 155, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 155, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca9bfd; background: linear-gradient(135deg, #ca9bfd, #FD9BEF);