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