#c3afdb
a light, soft violet · warm · closest name: plum
RGB
195, 175, 219
HSL
267°, 38%, 77%
CMYK
11, 20, 0, 14
Luminance
0.4738
Every format
| HEX | #c3afdb |
| RGB | rgb(195, 175, 219) |
| HSL | hsl(267, 38%, 77%) |
| CMYK | cmyk(11%, 20%, 0%, 14%) |
| LAB | lab(74.4 15.5 -19.5) |
| LCH | lch(74.4 24.9 308.5) |
| OKLCH | oklch(0.785 0.065 305.6) |
Copy-ready code
/* CSS */
color: #c3afdb;
background-color: #c3afdb;
/* Tailwind (arbitrary) */
class="text-[#c3afdb] bg-[#c3afdb]"
/* SCSS */
$brand: #c3afdb;
/* SwiftUI */
Color(red: 0.765, green: 0.686, blue: 0.859)
/* Android */
Color.parseColor("#c3afdb")Accessibility — WCAG contrast
Aa
#c3afdb on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3afdb on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green68.6%
Blue85.9%
CMYK percentages
Cyan11.0%
Magenta20.1%
Yellow0.0%
Key (black)14.1%
Color previews
#c3afdb text on a black background
contrast 10.48:1
Card sample
#c3afdb text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3afdb;
Background color
Panel with #c3afdb background
background-color: #c3afdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3afdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 175, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 175, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3afdb; background: linear-gradient(135deg, #c3afdb, #DBAFD6);