#c0a3df
a light, vivid violet · warm · closest name: plum
RGB
192, 163, 223
HSL
269°, 48%, 76%
CMYK
14, 27, 0, 13
Luminance
0.4273
Every format
| HEX | #c0a3df |
| RGB | rgb(192, 163, 223) |
| HSL | hsl(269, 48%, 76%) |
| CMYK | cmyk(14%, 27%, 0%, 13%) |
| LAB | lab(71.4 22.0 -26.4) |
| LCH | lch(71.4 34.4 309.8) |
| OKLCH | oklch(0.762 0.090 306.4) |
Copy-ready code
/* CSS */
color: #c0a3df;
background-color: #c0a3df;
/* Tailwind (arbitrary) */
class="text-[#c0a3df] bg-[#c0a3df]"
/* SCSS */
$brand: #c0a3df;
/* SwiftUI */
Color(red: 0.753, green: 0.639, blue: 0.875)
/* Android */
Color.parseColor("#c0a3df")Accessibility — WCAG contrast
Aa
#c0a3df on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0a3df on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green63.9%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta26.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c0a3df text on a black background
contrast 9.55:1
Card sample
#c0a3df text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0a3df;
Background color
Panel with #c0a3df background
background-color: #c0a3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0a3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 163, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 163, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0a3df; background: linear-gradient(135deg, #c0a3df, #DFA3D6);