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