#c6b5df
a light, soft violet · warm · closest name: plum
RGB
198, 181, 223
HSL
264°, 40%, 79%
CMYK
11, 19, 0, 13
Luminance
0.5038
Every format
| HEX | #c6b5df |
| RGB | rgb(198, 181, 223) |
| HSL | hsl(264, 40%, 79%) |
| CMYK | cmyk(11%, 19%, 0%, 13%) |
| LAB | lab(76.3 14.0 -18.8) |
| LCH | lch(76.3 23.5 306.7) |
| OKLCH | oklch(0.801 0.061 303.5) |
Copy-ready code
/* CSS */
color: #c6b5df;
background-color: #c6b5df;
/* Tailwind (arbitrary) */
class="text-[#c6b5df] bg-[#c6b5df]"
/* SCSS */
$brand: #c6b5df;
/* SwiftUI */
Color(red: 0.776, green: 0.710, blue: 0.875)
/* Android */
Color.parseColor("#c6b5df")Accessibility — WCAG contrast
Aa
#c6b5df on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6b5df on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green71.0%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta18.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c6b5df text on a black background
contrast 11.08:1
Card sample
#c6b5df text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6b5df;
Background color
Panel with #c6b5df background
background-color: #c6b5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6b5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 181, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 181, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6b5df; background: linear-gradient(135deg, #c6b5df, #DFB5DC);