#c1acef
a light, vivid violet · warm · closest name: plum
RGB
193, 172, 239
HSL
259°, 68%, 81%
CMYK
19, 28, 0, 6
Luminance
0.4707
Every format
| HEX | #c1acef |
| RGB | rgb(193, 172, 239) |
| HSL | hsl(259, 68%, 81%) |
| CMYK | cmyk(19%, 28%, 0%, 6%) |
| LAB | lab(74.2 20.8 -30.7) |
| LCH | lch(74.2 37.1 304.2) |
| OKLCH | oklch(0.786 0.096 298.6) |
Copy-ready code
/* CSS */
color: #c1acef;
background-color: #c1acef;
/* Tailwind (arbitrary) */
class="text-[#c1acef] bg-[#c1acef]"
/* SCSS */
$brand: #c1acef;
/* SwiftUI */
Color(red: 0.757, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#c1acef")Accessibility — WCAG contrast
Aa
#c1acef on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1acef on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green67.5%
Blue93.7%
CMYK percentages
Cyan19.2%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#c1acef text on a black background
contrast 10.41:1
Card sample
#c1acef text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1acef;
Background color
Panel with #c1acef background
background-color: #c1acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1acef; background: linear-gradient(135deg, #c1acef, #EEACEF);