#c9accf
a light, soft violet · warm · closest name: plum
RGB
201, 172, 207
HSL
290°, 27%, 74%
CMYK
3, 17, 0, 19
Luminance
0.4643
Every format
| HEX | #c9accf |
| RGB | rgb(201, 172, 207) |
| HSL | hsl(290, 27%, 74%) |
| CMYK | cmyk(3%, 17%, 0%, 19%) |
| LAB | lab(73.8 16.7 -13.8) |
| LCH | lch(73.8 21.7 320.4) |
| OKLCH | oklch(0.781 0.058 320.5) |
Copy-ready code
/* CSS */
color: #c9accf;
background-color: #c9accf;
/* Tailwind (arbitrary) */
class="text-[#c9accf] bg-[#c9accf]"
/* SCSS */
$brand: #c9accf;
/* SwiftUI */
Color(red: 0.788, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#c9accf")Accessibility — WCAG contrast
Aa
#c9accf on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9accf on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green67.5%
Blue81.2%
CMYK percentages
Cyan2.9%
Magenta16.9%
Yellow0.0%
Key (black)18.8%
Color previews
#c9accf text on a black background
contrast 10.29:1
Card sample
#c9accf text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9accf;
Background color
Panel with #c9accf background
background-color: #c9accf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9accf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9accf; background: linear-gradient(135deg, #c9accf, #CFACBE);