#caccbf
a light, muted yellow · cool · closest name: silver
RGB
202, 204, 191
HSL
69°, 11%, 78%
CMYK
1, 0, 6, 20
Luminance
0.5950
Every format
| HEX | #caccbf |
| RGB | rgb(202, 204, 191) |
| HSL | hsl(69, 11%, 78%) |
| CMYK | cmyk(1%, 0%, 6%, 20%) |
| LAB | lab(81.6 -3.0 6.2) |
| LCH | lch(81.6 6.9 115.8) |
| OKLCH | oklch(0.840 0.018 113.9) |
Copy-ready code
/* CSS */
color: #caccbf;
background-color: #caccbf;
/* Tailwind (arbitrary) */
class="text-[#caccbf] bg-[#caccbf]"
/* SCSS */
$brand: #caccbf;
/* SwiftUI */
Color(red: 0.792, green: 0.800, blue: 0.749)
/* Android */
Color.parseColor("#caccbf")Accessibility — WCAG contrast
Aa
#caccbf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caccbf on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.0%
Blue74.9%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow6.4%
Key (black)20.0%
Color previews
#caccbf text on a black background
contrast 12.90:1
Card sample
#caccbf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caccbf;
Background color
Panel with #caccbf background
background-color: #caccbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caccbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 204, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 204, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caccbf; background: linear-gradient(135deg, #caccbf, #C1CCBF);