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