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