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