#cab3be
a light, soft magenta / pink · warm · closest name: silver
RGB
202, 179, 190
HSL
331°, 18%, 75%
CMYK
0, 11, 6, 21
Luminance
0.4851
Every format
| HEX | #cab3be |
| RGB | rgb(202, 179, 190) |
| HSL | hsl(331, 18%, 75%) |
| CMYK | cmyk(0%, 11%, 6%, 21%) |
| LAB | lab(75.2 10.1 -2.6) |
| LCH | lch(75.2 10.4 345.8) |
| OKLCH | oklch(0.790 0.030 347.3) |
Copy-ready code
/* CSS */
color: #cab3be;
background-color: #cab3be;
/* Tailwind (arbitrary) */
class="text-[#cab3be] bg-[#cab3be]"
/* SCSS */
$brand: #cab3be;
/* SwiftUI */
Color(red: 0.792, green: 0.702, blue: 0.745)
/* Android */
Color.parseColor("#cab3be")Accessibility — WCAG contrast
Aa
#cab3be on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab3be on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green70.2%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow5.9%
Key (black)20.8%
Color previews
#cab3be text on a black background
contrast 10.70:1
Card sample
#cab3be text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab3be;
Background color
Panel with #cab3be background
background-color: #cab3be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab3be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 179, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 179, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab3be; background: linear-gradient(135deg, #cab3be, #CAB7B3);