#cabdba
a light, muted red · warm · closest name: silver
RGB
202, 189, 186
HSL
11°, 13%, 76%
CMYK
0, 6, 8, 21
Luminance
0.5250
Every format
| HEX | #cabdba |
| RGB | rgb(202, 189, 186) |
| HSL | hsl(11, 13%, 76%) |
| CMYK | cmyk(0%, 6%, 8%, 21%) |
| LAB | lab(77.6 4.0 3.2) |
| LCH | lch(77.6 5.1 38.0) |
| OKLCH | oklch(0.808 0.015 33.1) |
Copy-ready code
/* CSS */
color: #cabdba;
background-color: #cabdba;
/* Tailwind (arbitrary) */
class="text-[#cabdba] bg-[#cabdba]"
/* SCSS */
$brand: #cabdba;
/* SwiftUI */
Color(red: 0.792, green: 0.741, blue: 0.729)
/* Android */
Color.parseColor("#cabdba")Accessibility — WCAG contrast
Aa
#cabdba on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabdba on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow7.9%
Key (black)20.8%
Color previews
#cabdba text on a black background
contrast 11.50:1
Card sample
#cabdba text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabdba;
Background color
Panel with #cabdba background
background-color: #cabdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 189, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 189, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabdba; background: linear-gradient(135deg, #cabdba, #CAC8BA);