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