#cacbba
a light, muted yellow · cool · closest name: silver
RGB
202, 203, 186
HSL
64°, 14%, 76%
CMYK
1, 0, 8, 20
Luminance
0.5881
Every format
| HEX | #cacbba |
| RGB | rgb(202, 203, 186) |
| HSL | hsl(64, 14%, 76%) |
| CMYK | cmyk(1%, 0%, 8%, 20%) |
| LAB | lab(81.2 -3.3 8.4) |
| LCH | lch(81.2 9.0 111.8) |
| OKLCH | oklch(0.837 0.023 109.6) |
Copy-ready code
/* CSS */
color: #cacbba;
background-color: #cacbba;
/* Tailwind (arbitrary) */
class="text-[#cacbba] bg-[#cacbba]"
/* SCSS */
$brand: #cacbba;
/* SwiftUI */
Color(red: 0.792, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#cacbba")Accessibility — WCAG contrast
Aa
#cacbba on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacbba on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green79.6%
Blue72.9%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow8.4%
Key (black)20.4%
Color previews
#cacbba text on a black background
contrast 12.76:1
Card sample
#cacbba text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacbba;
Background color
Panel with #cacbba background
background-color: #cacbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacbba; background: linear-gradient(135deg, #cacbba, #BFCBBA);