#cba8fd
a light, electric violet · warm · closest name: plum
RGB
203, 168, 253
HSL
265°, 96%, 83%
CMYK
20, 34, 0, 1
Luminance
0.4779
Every format
| HEX | #cba8fd |
| RGB | rgb(203, 168, 253) |
| HSL | hsl(265, 96%, 83%) |
| CMYK | cmyk(20%, 34%, 0%, 1%) |
| LAB | lab(74.7 29.1 -37.5) |
| LCH | lch(74.7 47.5 307.8) |
| OKLCH | oklch(0.793 0.123 302.6) |
Copy-ready code
/* CSS */
color: #cba8fd;
background-color: #cba8fd;
/* Tailwind (arbitrary) */
class="text-[#cba8fd] bg-[#cba8fd]"
/* SCSS */
$brand: #cba8fd;
/* SwiftUI */
Color(red: 0.796, green: 0.659, blue: 0.992)
/* Android */
Color.parseColor("#cba8fd")Accessibility — WCAG contrast
Aa
#cba8fd on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba8fd on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green65.9%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta33.6%
Yellow0.0%
Key (black)0.8%
Color previews
#cba8fd text on a black background
contrast 10.56:1
Card sample
#cba8fd text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba8fd;
Background color
Panel with #cba8fd background
background-color: #cba8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 168, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 168, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba8fd; background: linear-gradient(135deg, #cba8fd, #FDA8F6);