#cba3db
a light, soft violet · warm · closest name: plum
RGB
203, 163, 219
HSL
283°, 44%, 75%
CMYK
7, 26, 0, 14
Luminance
0.4401
Every format
| HEX | #cba3db |
| RGB | rgb(203, 163, 219) |
| HSL | hsl(283, 44%, 75%) |
| CMYK | cmyk(7%, 26%, 0%, 14%) |
| LAB | lab(72.2 24.7 -22.8) |
| LCH | lch(72.2 33.6 317.3) |
| OKLCH | oklch(0.770 0.089 316.2) |
Copy-ready code
/* CSS */
color: #cba3db;
background-color: #cba3db;
/* Tailwind (arbitrary) */
class="text-[#cba3db] bg-[#cba3db]"
/* SCSS */
$brand: #cba3db;
/* SwiftUI */
Color(red: 0.796, green: 0.639, blue: 0.859)
/* Android */
Color.parseColor("#cba3db")Accessibility — WCAG contrast
Aa
#cba3db on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba3db on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green63.9%
Blue85.9%
CMYK percentages
Cyan7.3%
Magenta25.6%
Yellow0.0%
Key (black)14.1%
Color previews
#cba3db text on a black background
contrast 9.80:1
Card sample
#cba3db text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba3db;
Background color
Panel with #cba3db background
background-color: #cba3db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba3db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 163, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 163, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba3db; background: linear-gradient(135deg, #cba3db, #DBA3C6);