#c1adef
a light, vivid violet · warm · closest name: plum
RGB
193, 173, 239
HSL
258°, 67%, 81%
CMYK
19, 28, 0, 6
Luminance
0.4746
Every format
| HEX | #c1adef |
| RGB | rgb(193, 173, 239) |
| HSL | hsl(258, 67%, 81%) |
| CMYK | cmyk(19%, 28%, 0%, 6%) |
| LAB | lab(74.5 20.3 -30.3) |
| LCH | lch(74.5 36.5 303.8) |
| OKLCH | oklch(0.788 0.095 298.1) |
Copy-ready code
/* CSS */
color: #c1adef;
background-color: #c1adef;
/* Tailwind (arbitrary) */
class="text-[#c1adef] bg-[#c1adef]"
/* SCSS */
$brand: #c1adef;
/* SwiftUI */
Color(red: 0.757, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#c1adef")Accessibility — WCAG contrast
Aa
#c1adef on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1adef on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green67.8%
Blue93.7%
CMYK percentages
Cyan19.2%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#c1adef text on a black background
contrast 10.49:1
Card sample
#c1adef text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1adef;
Background color
Panel with #c1adef background
background-color: #c1adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1adef; background: linear-gradient(135deg, #c1adef, #EDADEF);