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