#cacfbc
a light, soft green · cool · closest name: silver
RGB
202, 207, 188
HSL
76°, 17%, 78%
CMYK
2, 0, 9, 19
Luminance
0.6081
Every format
| HEX | #cacfbc |
| RGB | rgb(202, 207, 188) |
| HSL | hsl(76, 17%, 78%) |
| CMYK | cmyk(2%, 0%, 9%, 19%) |
| LAB | lab(82.3 -5.1 8.8) |
| LCH | lch(82.3 10.2 119.9) |
| OKLCH | oklch(0.845 0.026 119.0) |
Copy-ready code
/* CSS */
color: #cacfbc;
background-color: #cacfbc;
/* Tailwind (arbitrary) */
class="text-[#cacfbc] bg-[#cacfbc]"
/* SCSS */
$brand: #cacfbc;
/* SwiftUI */
Color(red: 0.792, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#cacfbc")Accessibility — WCAG contrast
Aa
#cacfbc on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacfbc on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green81.2%
Blue73.7%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#cacfbc text on a black background
contrast 13.16:1
Card sample
#cacfbc text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacfbc;
Background color
Panel with #cacfbc background
background-color: #cacfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacfbc; background: linear-gradient(135deg, #cacfbc, #BDCFBC);