#c6adef
a light, vivid violet · warm · closest name: plum
RGB
198, 173, 239
HSL
263°, 67%, 81%
CMYK
17, 28, 0, 6
Luminance
0.4812
Every format
| HEX | #c6adef |
| RGB | rgb(198, 173, 239) |
| HSL | hsl(263, 67%, 81%) |
| CMYK | cmyk(17%, 28%, 0%, 6%) |
| LAB | lab(74.9 21.8 -29.6) |
| LCH | lch(74.9 36.8 306.3) |
| OKLCH | oklch(0.792 0.096 301.6) |
Copy-ready code
/* CSS */
color: #c6adef;
background-color: #c6adef;
/* Tailwind (arbitrary) */
class="text-[#c6adef] bg-[#c6adef]"
/* SCSS */
$brand: #c6adef;
/* SwiftUI */
Color(red: 0.776, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#c6adef")Accessibility — WCAG contrast
Aa
#c6adef on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6adef on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green67.8%
Blue93.7%
CMYK percentages
Cyan17.2%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#c6adef text on a black background
contrast 10.62:1
Card sample
#c6adef text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6adef;
Background color
Panel with #c6adef background
background-color: #c6adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6adef; background: linear-gradient(135deg, #c6adef, #EFADEC);