#cabbc2
a light, muted magenta / pink · warm · closest name: silver
RGB
202, 187, 194
HSL
332°, 12%, 76%
CMYK
0, 7, 4, 21
Luminance
0.5199
Every format
| HEX | #cabbc2 |
| RGB | rgb(202, 187, 194) |
| HSL | hsl(332, 12%, 76%) |
| CMYK | cmyk(0%, 7%, 4%, 21%) |
| LAB | lab(77.3 6.5 -1.6) |
| LCH | lch(77.3 6.7 346.1) |
| OKLCH | oklch(0.807 0.019 347.5) |
Copy-ready code
/* CSS */
color: #cabbc2;
background-color: #cabbc2;
/* Tailwind (arbitrary) */
class="text-[#cabbc2] bg-[#cabbc2]"
/* SCSS */
$brand: #cabbc2;
/* SwiftUI */
Color(red: 0.792, green: 0.733, blue: 0.761)
/* Android */
Color.parseColor("#cabbc2")Accessibility — WCAG contrast
Aa
#cabbc2 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabbc2 on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green73.3%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow4.0%
Key (black)20.8%
Color previews
#cabbc2 text on a black background
contrast 11.40:1
Card sample
#cabbc2 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabbc2;
Background color
Panel with #cabbc2 background
background-color: #cabbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 187, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 187, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabbc2; background: linear-gradient(135deg, #cabbc2, #CABEBB);