#caadef
a light, vivid violet · warm · closest name: plum
RGB
202, 173, 239
HSL
266°, 67%, 81%
CMYK
16, 28, 0, 6
Luminance
0.4868
Every format
| HEX | #caadef |
| RGB | rgb(202, 173, 239) |
| HSL | hsl(266, 67%, 81%) |
| CMYK | cmyk(16%, 28%, 0%, 6%) |
| LAB | lab(75.3 23.0 -29.1) |
| LCH | lch(75.3 37.1 308.4) |
| OKLCH | oklch(0.796 0.097 304.4) |
Copy-ready code
/* CSS */
color: #caadef;
background-color: #caadef;
/* Tailwind (arbitrary) */
class="text-[#caadef] bg-[#caadef]"
/* SCSS */
$brand: #caadef;
/* SwiftUI */
Color(red: 0.792, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#caadef")Accessibility — WCAG contrast
Aa
#caadef on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caadef on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green67.8%
Blue93.7%
CMYK percentages
Cyan15.5%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#caadef text on a black background
contrast 10.74:1
Card sample
#caadef text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caadef;
Background color
Panel with #caadef background
background-color: #caadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caadef; background: linear-gradient(135deg, #caadef, #EFADE8);