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