#cacfc0
a light, muted green · cool · closest name: silver
RGB
202, 207, 192
HSL
80°, 14%, 78%
CMYK
2, 0, 7, 19
Luminance
0.6099
Every format
| HEX | #cacfc0 |
| RGB | rgb(202, 207, 192) |
| HSL | hsl(80, 14%, 78%) |
| CMYK | cmyk(2%, 0%, 7%, 19%) |
| LAB | lab(82.4 -4.4 6.9) |
| LCH | lch(82.4 8.2 122.7) |
| OKLCH | oklch(0.846 0.021 121.9) |
Copy-ready code
/* CSS */
color: #cacfc0;
background-color: #cacfc0;
/* Tailwind (arbitrary) */
class="text-[#cacfc0] bg-[#cacfc0]"
/* SCSS */
$brand: #cacfc0;
/* SwiftUI */
Color(red: 0.792, green: 0.812, blue: 0.753)
/* Android */
Color.parseColor("#cacfc0")Accessibility — WCAG contrast
Aa
#cacfc0 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacfc0 on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green81.2%
Blue75.3%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow7.2%
Key (black)18.8%
Color previews
#cacfc0 text on a black background
contrast 13.20:1
Card sample
#cacfc0 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacfc0;
Background color
Panel with #cacfc0 background
background-color: #cacfc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacfc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 207, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 207, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacfc0; background: linear-gradient(135deg, #cacfc0, #C0CFC0);