#caadeb
a light, vivid violet · warm · closest name: plum
RGB
202, 173, 235
HSL
268°, 61%, 80%
CMYK
14, 26, 0, 8
Luminance
0.4844
Every format
| HEX | #caadeb |
| RGB | rgb(202, 173, 235) |
| HSL | hsl(268, 61%, 80%) |
| CMYK | cmyk(14%, 26%, 0%, 8%) |
| LAB | lab(75.1 22.2 -27.1) |
| LCH | lch(75.1 35.0 309.3) |
| OKLCH | oklch(0.794 0.091 305.7) |
Copy-ready code
/* CSS */
color: #caadeb;
background-color: #caadeb;
/* Tailwind (arbitrary) */
class="text-[#caadeb] bg-[#caadeb]"
/* SCSS */
$brand: #caadeb;
/* SwiftUI */
Color(red: 0.792, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#caadeb")Accessibility — WCAG contrast
Aa
#caadeb on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caadeb on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green67.8%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#caadeb text on a black background
contrast 10.69:1
Card sample
#caadeb text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caadeb;
Background color
Panel with #caadeb background
background-color: #caadeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caadeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caadeb; background: linear-gradient(135deg, #caadeb, #EBADE3);