#cacfc3
a light, muted green · cool · closest name: silver
RGB
202, 207, 195
HSL
85°, 11%, 79%
CMYK
2, 0, 6, 19
Luminance
0.6112
Every format
| HEX | #cacfc3 |
| RGB | rgb(202, 207, 195) |
| HSL | hsl(85, 11%, 79%) |
| CMYK | cmyk(2%, 0%, 6%, 19%) |
| LAB | lab(82.4 -3.9 5.4) |
| LCH | lch(82.4 6.6 125.8) |
| OKLCH | oklch(0.847 0.017 125.3) |
Copy-ready code
/* CSS */
color: #cacfc3;
background-color: #cacfc3;
/* Tailwind (arbitrary) */
class="text-[#cacfc3] bg-[#cacfc3]"
/* SCSS */
$brand: #cacfc3;
/* SwiftUI */
Color(red: 0.792, green: 0.812, blue: 0.765)
/* Android */
Color.parseColor("#cacfc3")Accessibility — WCAG contrast
Aa
#cacfc3 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacfc3 on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green81.2%
Blue76.5%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow5.8%
Key (black)18.8%
Color previews
#cacfc3 text on a black background
contrast 13.22:1
Card sample
#cacfc3 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacfc3;
Background color
Panel with #cacfc3 background
background-color: #cacfc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacfc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 207, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 207, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacfc3; background: linear-gradient(135deg, #cacfc3, #C3CFC4);