#c69bcf
a light, soft violet · warm · closest name: plum
RGB
198, 155, 207
HSL
290°, 35%, 71%
CMYK
4, 25, 0, 19
Luminance
0.3995
Every format
| HEX | #c69bcf |
| RGB | rgb(198, 155, 207) |
| HSL | hsl(290, 35%, 71%) |
| CMYK | cmyk(4%, 25%, 0%, 19%) |
| LAB | lab(69.4 25.1 -20.5) |
| LCH | lch(69.4 32.4 320.8) |
| OKLCH | oklch(0.746 0.087 320.5) |
Copy-ready code
/* CSS */
color: #c69bcf;
background-color: #c69bcf;
/* Tailwind (arbitrary) */
class="text-[#c69bcf] bg-[#c69bcf]"
/* SCSS */
$brand: #c69bcf;
/* SwiftUI */
Color(red: 0.776, green: 0.608, blue: 0.812)
/* Android */
Color.parseColor("#c69bcf")Accessibility — WCAG contrast
Aa
#c69bcf on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69bcf on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green60.8%
Blue81.2%
CMYK percentages
Cyan4.3%
Magenta25.1%
Yellow0.0%
Key (black)18.8%
Color previews
#c69bcf text on a black background
contrast 8.99:1
Card sample
#c69bcf text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69bcf;
Background color
Panel with #c69bcf background
background-color: #c69bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 155, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 155, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69bcf; background: linear-gradient(135deg, #c69bcf, #CF9BB5);