#cba9fd
a light, electric violet · warm · closest name: plum
RGB
203, 169, 253
HSL
264°, 96%, 83%
CMYK
20, 33, 0, 1
Luminance
0.4816
Every format
| HEX | #cba9fd |
| RGB | rgb(203, 169, 253) |
| HSL | hsl(264, 96%, 83%) |
| CMYK | cmyk(20%, 33%, 0%, 1%) |
| LAB | lab(74.9 28.6 -37.1) |
| LCH | lch(74.9 46.9 307.6) |
| OKLCH | oklch(0.795 0.121 302.3) |
Copy-ready code
/* CSS */
color: #cba9fd;
background-color: #cba9fd;
/* Tailwind (arbitrary) */
class="text-[#cba9fd] bg-[#cba9fd]"
/* SCSS */
$brand: #cba9fd;
/* SwiftUI */
Color(red: 0.796, green: 0.663, blue: 0.992)
/* Android */
Color.parseColor("#cba9fd")Accessibility — WCAG contrast
Aa
#cba9fd on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba9fd on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green66.3%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta33.2%
Yellow0.0%
Key (black)0.8%
Color previews
#cba9fd text on a black background
contrast 10.63:1
Card sample
#cba9fd text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba9fd;
Background color
Panel with #cba9fd background
background-color: #cba9fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba9fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 169, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 169, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba9fd; background: linear-gradient(135deg, #cba9fd, #FDA9F7);