#cabacb
a light, muted magenta / pink · warm · closest name: silver
RGB
202, 186, 203
HSL
297°, 14%, 76%
CMYK
1, 8, 0, 20
Luminance
0.5199
Every format
| HEX | #cabacb |
| RGB | rgb(202, 186, 203) |
| HSL | hsl(297, 14%, 76%) |
| CMYK | cmyk(1%, 8%, 0%, 20%) |
| LAB | lab(77.3 8.7 -6.5) |
| LCH | lch(77.3 10.9 323.3) |
| OKLCH | oklch(0.807 0.029 324.1) |
Copy-ready code
/* CSS */
color: #cabacb;
background-color: #cabacb;
/* Tailwind (arbitrary) */
class="text-[#cabacb] bg-[#cabacb]"
/* SCSS */
$brand: #cabacb;
/* SwiftUI */
Color(red: 0.792, green: 0.729, blue: 0.796)
/* Android */
Color.parseColor("#cabacb")Accessibility — WCAG contrast
Aa
#cabacb on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabacb on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green72.9%
Blue79.6%
CMYK percentages
Cyan0.5%
Magenta8.4%
Yellow0.0%
Key (black)20.4%
Color previews
#cabacb text on a black background
contrast 11.40:1
Card sample
#cabacb text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabacb;
Background color
Panel with #cabacb background
background-color: #cabacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 186, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 186, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabacb; background: linear-gradient(135deg, #cabacb, #CBBAC1);