#c2adeb
a light, vivid violet · warm · closest name: plum
RGB
194, 173, 235
HSL
260°, 61%, 80%
CMYK
17, 26, 0, 8
Luminance
0.4735
Every format
| HEX | #c2adeb |
| RGB | rgb(194, 173, 235) |
| HSL | hsl(260, 61%, 80%) |
| CMYK | cmyk(17%, 26%, 0%, 8%) |
| LAB | lab(74.4 19.7 -28.3) |
| LCH | lch(74.4 34.4 304.9) |
| OKLCH | oklch(0.787 0.089 299.9) |
Copy-ready code
/* CSS */
color: #c2adeb;
background-color: #c2adeb;
/* Tailwind (arbitrary) */
class="text-[#c2adeb] bg-[#c2adeb]"
/* SCSS */
$brand: #c2adeb;
/* SwiftUI */
Color(red: 0.761, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#c2adeb")Accessibility — WCAG contrast
Aa
#c2adeb on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2adeb on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.8%
Blue92.2%
CMYK percentages
Cyan17.4%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#c2adeb text on a black background
contrast 10.47:1
Card sample
#c2adeb text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2adeb;
Background color
Panel with #c2adeb background
background-color: #c2adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2adeb; background: linear-gradient(135deg, #c2adeb, #EBADEB);