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