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