#caccc2
a light, muted green · cool · closest name: silver
RGB
202, 204, 194
HSL
72°, 9%, 78%
CMYK
1, 0, 5, 20
Luminance
0.5964
Every format
| HEX | #caccc2 |
| RGB | rgb(202, 204, 194) |
| HSL | hsl(72, 9%, 78%) |
| CMYK | cmyk(1%, 0%, 5%, 20%) |
| LAB | lab(81.6 -2.5 4.7) |
| LCH | lch(81.6 5.3 117.6) |
| OKLCH | oklch(0.841 0.014 115.9) |
Copy-ready code
/* CSS */
color: #caccc2;
background-color: #caccc2;
/* Tailwind (arbitrary) */
class="text-[#caccc2] bg-[#caccc2]"
/* SCSS */
$brand: #caccc2;
/* SwiftUI */
Color(red: 0.792, green: 0.800, blue: 0.761)
/* Android */
Color.parseColor("#caccc2")Accessibility — WCAG contrast
Aa
#caccc2 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caccc2 on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.0%
Blue76.1%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow4.9%
Key (black)20.0%
Color previews
#caccc2 text on a black background
contrast 12.93:1
Card sample
#caccc2 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caccc2;
Background color
Panel with #caccc2 background
background-color: #caccc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caccc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 204, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 204, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caccc2; background: linear-gradient(135deg, #caccc2, #C3CCC2);