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