#cba3fd
a light, electric violet · warm · closest name: plum
RGB
203, 163, 253
HSL
267°, 96%, 82%
CMYK
20, 36, 0, 1
Luminance
0.4598
Every format
| HEX | #cba3fd |
| RGB | rgb(203, 163, 253) |
| HSL | hsl(267, 96%, 82%) |
| CMYK | cmyk(20%, 36%, 0%, 1%) |
| LAB | lab(73.5 31.9 -39.3) |
| LCH | lch(73.5 50.6 309.0) |
| OKLCH | oklch(0.784 0.131 304.0) |
Copy-ready code
/* CSS */
color: #cba3fd;
background-color: #cba3fd;
/* Tailwind (arbitrary) */
class="text-[#cba3fd] bg-[#cba3fd]"
/* SCSS */
$brand: #cba3fd;
/* SwiftUI */
Color(red: 0.796, green: 0.639, blue: 0.992)
/* Android */
Color.parseColor("#cba3fd")Accessibility — WCAG contrast
Aa
#cba3fd on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba3fd on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green63.9%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta35.6%
Yellow0.0%
Key (black)0.8%
Color previews
#cba3fd text on a black background
contrast 10.20:1
Card sample
#cba3fd text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba3fd;
Background color
Panel with #cba3fd background
background-color: #cba3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 163, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 163, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba3fd; background: linear-gradient(135deg, #cba3fd, #FDA3F3);