#c6b0d7
a light, soft violet · warm · closest name: plum
RGB
198, 176, 215
HSL
274°, 33%, 77%
CMYK
8, 18, 0, 16
Luminance
0.4796
Every format
| HEX | #c6b0d7 |
| RGB | rgb(198, 176, 215) |
| HSL | hsl(274, 33%, 77%) |
| CMYK | cmyk(8%, 18%, 0%, 16%) |
| LAB | lab(74.8 15.1 -16.8) |
| LCH | lch(74.8 22.6 312.1) |
| OKLCH | oklch(0.789 0.059 310.3) |
Copy-ready code
/* CSS */
color: #c6b0d7;
background-color: #c6b0d7;
/* Tailwind (arbitrary) */
class="text-[#c6b0d7] bg-[#c6b0d7]"
/* SCSS */
$brand: #c6b0d7;
/* SwiftUI */
Color(red: 0.776, green: 0.690, blue: 0.843)
/* Android */
Color.parseColor("#c6b0d7")Accessibility — WCAG contrast
Aa
#c6b0d7 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6b0d7 on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green69.0%
Blue84.3%
CMYK percentages
Cyan7.9%
Magenta18.1%
Yellow0.0%
Key (black)15.7%
Color previews
#c6b0d7 text on a black background
contrast 10.59:1
Card sample
#c6b0d7 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6b0d7;
Background color
Panel with #c6b0d7 background
background-color: #c6b0d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6b0d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 176, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 176, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6b0d7; background: linear-gradient(135deg, #c6b0d7, #D7B0CE);