#c3adef
a light, vivid violet · warm · closest name: plum
RGB
195, 173, 239
HSL
260°, 67%, 81%
CMYK
18, 28, 0, 6
Luminance
0.4772
Every format
| HEX | #c3adef |
| RGB | rgb(195, 173, 239) |
| HSL | hsl(260, 67%, 81%) |
| CMYK | cmyk(18%, 28%, 0%, 6%) |
| LAB | lab(74.7 20.9 -30.1) |
| LCH | lch(74.7 36.6 304.8) |
| OKLCH | oklch(0.789 0.095 299.5) |
Copy-ready code
/* CSS */
color: #c3adef;
background-color: #c3adef;
/* Tailwind (arbitrary) */
class="text-[#c3adef] bg-[#c3adef]"
/* SCSS */
$brand: #c3adef;
/* SwiftUI */
Color(red: 0.765, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#c3adef")Accessibility — WCAG contrast
Aa
#c3adef on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3adef on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green67.8%
Blue93.7%
CMYK percentages
Cyan18.4%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#c3adef text on a black background
contrast 10.54:1
Card sample
#c3adef text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3adef;
Background color
Panel with #c3adef background
background-color: #c3adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3adef; background: linear-gradient(135deg, #c3adef, #EFADEF);