#c5acf6
a light, electric violet · warm · closest name: plum
RGB
197, 172, 246
HSL
260°, 80%, 82%
CMYK
20, 30, 0, 4
Luminance
0.4803
Every format
| HEX | #c5acf6 |
| RGB | rgb(197, 172, 246) |
| HSL | hsl(260, 80%, 82%) |
| CMYK | cmyk(20%, 30%, 0%, 4%) |
| LAB | lab(74.8 23.6 -33.5) |
| LCH | lch(74.8 41.0 305.1) |
| OKLCH | oklch(0.792 0.106 299.5) |
Copy-ready code
/* CSS */
color: #c5acf6;
background-color: #c5acf6;
/* Tailwind (arbitrary) */
class="text-[#c5acf6] bg-[#c5acf6]"
/* SCSS */
$brand: #c5acf6;
/* SwiftUI */
Color(red: 0.773, green: 0.675, blue: 0.965)
/* Android */
Color.parseColor("#c5acf6")Accessibility — WCAG contrast
Aa
#c5acf6 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5acf6 on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green67.5%
Blue96.5%
CMYK percentages
Cyan19.9%
Magenta30.1%
Yellow0.0%
Key (black)3.5%
Color previews
#c5acf6 text on a black background
contrast 10.61:1
Card sample
#c5acf6 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5acf6;
Background color
Panel with #c5acf6 background
background-color: #c5acf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5acf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 172, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 172, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5acf6; background: linear-gradient(135deg, #c5acf6, #F6ACF6);