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