#c3a2db
a light, soft violet · warm · closest name: plum
RGB
195, 162, 219
HSL
275°, 44%, 75%
CMYK
11, 26, 0, 14
Luminance
0.4256
Every format
| HEX | #c3a2db |
| RGB | rgb(195, 162, 219) |
| HSL | hsl(275, 44%, 75%) |
| CMYK | cmyk(11%, 26%, 0%, 14%) |
| LAB | lab(71.3 22.7 -24.4) |
| LCH | lch(71.3 33.3 312.9) |
| OKLCH | oklch(0.761 0.087 310.6) |
Copy-ready code
/* CSS */
color: #c3a2db;
background-color: #c3a2db;
/* Tailwind (arbitrary) */
class="text-[#c3a2db] bg-[#c3a2db]"
/* SCSS */
$brand: #c3a2db;
/* SwiftUI */
Color(red: 0.765, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#c3a2db")Accessibility — WCAG contrast
Aa
#c3a2db on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3a2db on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green63.5%
Blue85.9%
CMYK percentages
Cyan11.0%
Magenta26.0%
Yellow0.0%
Key (black)14.1%
Color previews
#c3a2db text on a black background
contrast 9.51:1
Card sample
#c3a2db text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3a2db;
Background color
Panel with #c3a2db background
background-color: #c3a2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3a2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3a2db; background: linear-gradient(135deg, #c3a2db, #DBA2CD);