#cabacd
a light, soft magenta / pink · warm · closest name: silver
RGB
202, 186, 205
HSL
291°, 16%, 77%
CMYK
2, 9, 0, 20
Luminance
0.5208
Every format
| HEX | #cabacd |
| RGB | rgb(202, 186, 205) |
| HSL | hsl(291, 16%, 77%) |
| CMYK | cmyk(2%, 9%, 0%, 20%) |
| LAB | lab(77.3 9.1 -7.5) |
| LCH | lch(77.3 11.8 320.5) |
| OKLCH | oklch(0.808 0.032 320.9) |
Copy-ready code
/* CSS */
color: #cabacd;
background-color: #cabacd;
/* Tailwind (arbitrary) */
class="text-[#cabacd] bg-[#cabacd]"
/* SCSS */
$brand: #cabacd;
/* SwiftUI */
Color(red: 0.792, green: 0.729, blue: 0.804)
/* Android */
Color.parseColor("#cabacd")Accessibility — WCAG contrast
Aa
#cabacd on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabacd on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green72.9%
Blue80.4%
CMYK percentages
Cyan1.5%
Magenta9.3%
Yellow0.0%
Key (black)19.6%
Color previews
#cabacd text on a black background
contrast 11.42:1
Card sample
#cabacd text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabacd;
Background color
Panel with #cabacd background
background-color: #cabacd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabacd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 186, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 186, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabacd; background: linear-gradient(135deg, #cabacd, #CDBAC3);