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