#caadcf
a light, soft magenta / pink · warm · closest name: plum
RGB
202, 173, 207
HSL
291°, 26%, 75%
CMYK
2, 16, 0, 19
Luminance
0.4695
Every format
| HEX | #caadcf |
| RGB | rgb(202, 173, 207) |
| HSL | hsl(291, 26%, 75%) |
| CMYK | cmyk(2%, 16%, 0%, 19%) |
| LAB | lab(74.2 16.5 -13.3) |
| LCH | lch(74.2 21.2 321.1) |
| OKLCH | oklch(0.784 0.057 321.3) |
Copy-ready code
/* CSS */
color: #caadcf;
background-color: #caadcf;
/* Tailwind (arbitrary) */
class="text-[#caadcf] bg-[#caadcf]"
/* SCSS */
$brand: #caadcf;
/* SwiftUI */
Color(red: 0.792, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#caadcf")Accessibility — WCAG contrast
Aa
#caadcf on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caadcf on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green67.8%
Blue81.2%
CMYK percentages
Cyan2.4%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#caadcf text on a black background
contrast 10.39:1
Card sample
#caadcf text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caadcf;
Background color
Panel with #caadcf background
background-color: #caadcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caadcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caadcf; background: linear-gradient(135deg, #caadcf, #CFADBD);