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