#cabfc2
a light, muted magenta / pink · warm · closest name: silver
RGB
202, 191, 194
HSL
344°, 9%, 77%
CMYK
0, 5, 4, 21
Luminance
0.5371
Every format
| HEX | #cabfc2 |
| RGB | rgb(202, 191, 194) |
| HSL | hsl(344, 9%, 77%) |
| CMYK | cmyk(0%, 5%, 4%, 21%) |
| LAB | lab(78.3 4.4 -0.1) |
| LCH | lch(78.3 4.4 358.4) |
| OKLCH | oklch(0.815 0.013 358.8) |
Copy-ready code
/* CSS */
color: #cabfc2;
background-color: #cabfc2;
/* Tailwind (arbitrary) */
class="text-[#cabfc2] bg-[#cabfc2]"
/* SCSS */
$brand: #cabfc2;
/* SwiftUI */
Color(red: 0.792, green: 0.749, blue: 0.761)
/* Android */
Color.parseColor("#cabfc2")Accessibility — WCAG contrast
Aa
#cabfc2 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabfc2 on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.9%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow4.0%
Key (black)20.8%
Color previews
#cabfc2 text on a black background
contrast 11.74:1
Card sample
#cabfc2 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabfc2;
Background color
Panel with #cabfc2 background
background-color: #cabfc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabfc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 191, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 191, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabfc2; background: linear-gradient(135deg, #cabfc2, #CAC3BF);