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