#cabac2
a light, muted magenta / pink · warm · closest name: silver
RGB
202, 186, 194
HSL
330°, 13%, 76%
CMYK
0, 8, 4, 21
Luminance
0.5157
Every format
| HEX | #cabac2 |
| RGB | rgb(202, 186, 194) |
| HSL | hsl(330, 13%, 76%) |
| CMYK | cmyk(0%, 8%, 4%, 21%) |
| LAB | lab(77.0 7.1 -2.0) |
| LCH | lch(77.0 7.3 344.3) |
| OKLCH | oklch(0.805 0.021 345.8) |
Copy-ready code
/* CSS */
color: #cabac2;
background-color: #cabac2;
/* Tailwind (arbitrary) */
class="text-[#cabac2] bg-[#cabac2]"
/* SCSS */
$brand: #cabac2;
/* SwiftUI */
Color(red: 0.792, green: 0.729, blue: 0.761)
/* Android */
Color.parseColor("#cabac2")Accessibility — WCAG contrast
Aa
#cabac2 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabac2 on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green72.9%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow4.0%
Key (black)20.8%
Color previews
#cabac2 text on a black background
contrast 11.31:1
Card sample
#cabac2 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabac2;
Background color
Panel with #cabac2 background
background-color: #cabac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 186, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 186, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabac2; background: linear-gradient(135deg, #cabac2, #CABDBA);