#cab3ba
a light, soft magenta / pink · warm · closest name: silver
RGB
202, 179, 186
HSL
342°, 18%, 75%
CMYK
0, 11, 8, 21
Luminance
0.4834
Every format
| HEX | #cab3ba |
| RGB | rgb(202, 179, 186) |
| HSL | hsl(342, 18%, 75%) |
| CMYK | cmyk(0%, 11%, 8%, 21%) |
| LAB | lab(75.0 9.4 -0.5) |
| LCH | lch(75.0 9.4 356.8) |
| OKLCH | oklch(0.788 0.028 357.4) |
Copy-ready code
/* CSS */
color: #cab3ba;
background-color: #cab3ba;
/* Tailwind (arbitrary) */
class="text-[#cab3ba] bg-[#cab3ba]"
/* SCSS */
$brand: #cab3ba;
/* SwiftUI */
Color(red: 0.792, green: 0.702, blue: 0.729)
/* Android */
Color.parseColor("#cab3ba")Accessibility — WCAG contrast
Aa
#cab3ba on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab3ba on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green70.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow7.9%
Key (black)20.8%
Color previews
#cab3ba text on a black background
contrast 10.67:1
Card sample
#cab3ba text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab3ba;
Background color
Panel with #cab3ba background
background-color: #cab3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 179, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 179, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab3ba; background: linear-gradient(135deg, #cab3ba, #CABBB3);