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