#cacbc2
a light, muted yellow · cool · closest name: silver
RGB
202, 203, 194
HSL
67°, 8%, 78%
CMYK
1, 0, 4, 20
Luminance
0.5916
Every format
| HEX | #cacbc2 |
| RGB | rgb(202, 203, 194) |
| HSL | hsl(67, 8%, 78%) |
| CMYK | cmyk(1%, 0%, 4%, 20%) |
| LAB | lab(81.4 -2.0 4.4) |
| LCH | lch(81.4 4.8 114.2) |
| OKLCH | oklch(0.839 0.012 111.8) |
Copy-ready code
/* CSS */
color: #cacbc2;
background-color: #cacbc2;
/* Tailwind (arbitrary) */
class="text-[#cacbc2] bg-[#cacbc2]"
/* SCSS */
$brand: #cacbc2;
/* SwiftUI */
Color(red: 0.792, green: 0.796, blue: 0.761)
/* Android */
Color.parseColor("#cacbc2")Accessibility — WCAG contrast
Aa
#cacbc2 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacbc2 on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green79.6%
Blue76.1%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow4.4%
Key (black)20.4%
Color previews
#cacbc2 text on a black background
contrast 12.83:1
Card sample
#cacbc2 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacbc2;
Background color
Panel with #cacbc2 background
background-color: #cacbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 203, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 203, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacbc2; background: linear-gradient(135deg, #cacbc2, #C4CBC2);