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