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