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