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